INPUT_OBJECT

ContactTypeOverride

Payload for overriding a contact type

link GraphQL Schema definition

  • input ContactTypeOverride {
  • # Whether to show this contact type
  • show: Boolean!
  • }