GroupPayload
No description
type GroupPayload {
successful: Boolean!
messages: [ValidationMessage]
result: Group
}
Fields
GroupPayload.successful ● Boolean! non-null scalar
Indicates if the mutation completed successfully or not.
GroupPayload.messages ● [ValidationMessage] list object
A list of failed validations. May be blank or null if mutation succeeded.
GroupPayload.result ● Group object
The object created/updated/deleted by the mutation. May be null if mutation failed.
Returned By
createGroup mutation ● deleteGroup mutation ● updateGroup mutation