Skip to content

updateUserGroupPayload

Autogenerated return type of updateUserGroup.

Fields

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

Used By

Definition

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