SetConventionCanceledPayload
Autogenerated return type of SetConventionCanceled.
type SetConventionCanceledPayload {
clientMutationId: String
convention: Convention!
}
Fields
SetConventionCanceledPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
SetConventionCanceledPayload.convention
● Convention!
non-null object
Returned By
setConventionCanceled
mutation