OBJECT
UpdateCollectionPayload
UpdateCollectionPayload resolves the updated collection.
link GraphQL Schema definition
1 type UpdateCollectionPayload { 2 3 # The collection that was just updated. 4 : Collection! 5 6 }
OBJECT
UpdateCollectionPayload resolves the updated collection.
1 type UpdateCollectionPayload { 2 3 # The collection that was just updated. 4 : Collection! 5 6 }