Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

AssetDraftInput

export type AssetDraftInput = {
    key?: InputMaybe<Scalars['String']>;
    name: Array<LocalizedStringItemInputType>;
    description?: InputMaybe<Array<LocalizedStringItemInputType>>;
    custom?: InputMaybe<CustomFieldsDraft>;
    sources?: InputMaybe<Array<AssetSourceInput>>;
    tags?: InputMaybe<Array<Scalars['String']>>;
    type?: InputMaybe<ResourceIdentifierInput>;
};

Referenced Types

On this page