CreateConventionInput
Autogenerated input type of CreateConvention
input CreateConventionInput {
  clientMutationId: String
  cloneConventionId: ID
  cms_content_set_name: String
  convention: ConventionInput!
  organizationId: ID
}
Fields
CreateConventionInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateConventionInput.cloneConventionId ● ID scalar
CreateConventionInput.cms_content_set_name ● String scalar
CreateConventionInput.convention ● ConventionInput! non-null input
CreateConventionInput.organizationId ● ID scalar
Member Of
createConvention  mutation