Skip to content

createGroupPayload

Autogenerated return type of createGroup.

Fields

messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of createGroup.
"""
type createGroupPayload {
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
user_group: UserGroup
}