GraphQL OBJECT
ClientContact
link Definition
- type ClientContact {
- # Contact type.
- : ContactType!
- # Contact information.
- : Contact!
- }
GraphQL OBJECT
- type ClientContact {
- # Contact type.
- : ContactType!
- # Contact information.
- : Contact!
- }