PatchCollectionPayload
Represents the result of a successful patch collection mutation.
type PatchCollectionPayload {
collection: Collection!
}
Fields
PatchCollectionPayload.collection
● Collection!
non-null object
The collection that has been patched.
Returned by
patchCollection
mutation