OBJECT
ContactCreatePayload
Return type for createContact
mutation.
link GraphQL Schema definition
- type ContactCreatePayload {
- # The new contact object.
- Contact :
- # List of errors that occurred executing the mutation.
- DisplayableError!]! : [
- }