Alokai

AssetDraftInput

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