OBJECT

UpdateCollectionPayload

UpdateCollectionPayload resolves the updated collection.

link GraphQL Schema definition

1type UpdateCollectionPayload {
2
3# The collection that was just updated.
4collection: Collection!
5
6}