createContact
Create a new Contact
createContact(
accountUuid: String
contact: ContactInput!
): CreateContactResponse!
Arguments
createContact.accountUuid ● String scalar
The UUID of the account to create the Contact for when using JWT authentication
createContact.contact ● ContactInput! non-null input
Type
CreateContactResponse object
Response for creating a new Contact