INPUT_OBJECT
POCInput
Represents a 'point of contact' at an entity.
link GraphQL Schema definition
- input POCInput {
- # The POC's name.
- : String!
- # The POC's email.
- : Email!
- # The POC's Phone.
- : PhoneInput!
- }
INPUT_OBJECT
Represents a 'point of contact' at an entity.
- input POCInput {
- # The POC's name.
- : String!
- # The POC's email.
- : Email!
- # The POC's Phone.
- : PhoneInput!
- }