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