createContactPayload
Autogenerated return type of createContact.
Fields
messages
· [FieldError] · The list of errors occurred during the mutation Used By
Definition
"""Autogenerated return type of createContact."""type createContactPayload { """ The list of errors occurred during the mutation """ messages: [FieldError] visitor: Visitor}