GraphQL INPUT_OBJECT
TypedClientContactInput
Input for typed client contact.
link Definition
- input TypedClientContactInput {
- # Contact type.
- : ContactTypeEnum!
- # Contact information.
- : ClientContactInput!
- }
GraphQL INPUT_OBJECT
Input for typed client contact.
- input TypedClientContactInput {
- # Contact type.
- : ContactTypeEnum!
- # Contact information.
- : ClientContactInput!
- }