ContactTypeOverrideInput
Payload for overriding a contact type
Fields
Used By
Definition
"""Payload for overriding a contact type"""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}