CollectionImageFromFileResponse
Returned object from createCollectionImageFromFile
type CollectionImageFromFileResponse {
collection: Collection!
contentItemId: ID!
fields: JSON!
url: String!
}
Fields
CollectionImageFromFileResponse.collection ● Collection! non-null object
CollectionImageFromFileResponse.contentItemId ● ID! non-null scalar
The contentItemId of the image
CollectionImageFromFileResponse.fields ● JSON! non-null scalar
Used while uploading the image
CollectionImageFromFileResponse.url ● String! non-null scalar
Used to upload the image
Returned by
createCollectionImageFromFile mutation