INPUT_OBJECT

ContactTypeOverrideInput

Payload for overriding a contact type

link GraphQL Schema definition

  • input ContactTypeOverrideInput {
  • # The ID of the contact type override
  • id: ID
  • # The graphql_name of the contact type
  • name: String
  • # The position of the contact type
  • position: Int
  • # Whether or not to show the contact type
  • show: Boolean
  • }