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