INPUT_OBJECT
CreateClientContactsInput
Add new contacts input is used to create multiple contacts and link to a client.
link GraphQL Schema definition
- input CreateClientContactsInput {
- # Multiple new contacts to be created and link to a client.
- CreateClientContactsInputContactField]! : [
- # Client id for newly created contacts to be linked to.
- Int! :
- }