NewContactPayload
The type representing the contact to create.
type NewContactPayload {
data: Contact
error: String
}
Fields
NewContactPayload.data ● Contact object
NewContactPayload.error ● String scalar
Returned By
createContact mutation