OBJECT

CreateCollectionPayload

The response from creating a new collection.

link GraphQL Schema definition

1type CreateCollectionPayload {
2
3# The newly created collection.
4collection: Collection
5
6}