OBJECT
ClientMutation
Mutations that act on Clients.
link GraphQL Schema definition
- type ClientMutation {
- # Create a list of contacts and link to a client.
- #
- # Arguments
- # input: Add new contacts input is used to create multiple
- # contacts and link to a client.
- CreateClientContactsInput!): SuccessResults ( :
- }