CreateCollectionPayload
Result of a successful create collection mutation.
type CreateCollectionPayload {
collection: Collection!
}
Fields
CreateCollectionPayload.collection
● Collection!
non-null object
Returned by
createCollection
mutation ● retryCollection
mutation