Skip to content

ContactTypeOverride

Payload for overriding a contact type

Fields

show · Boolean! · required · Whether to show this contact type

Used By

Definition

"""
Payload for overriding a contact type
"""
input ContactTypeOverride {
"""
Whether to show this contact type
"""
show: Boolean!
}