TypesObjects
CustomPersonPayload
The payload for a custom person mutation.
type CustomPersonPayload {
success: Boolean!
person: BusinessPerson
}Fields
success Boolean! non-null scalar
person BusinessPerson object
BusinessPerson
A person resource.
Returned By
customPersonCreate mutation customPersonDelete mutation customPersonEdit mutation