Skip to content

bulkUpdateClientsPayload

Autogenerated return type of bulkUpdateClients.

Fields

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

Used By

Definition

"""
Autogenerated return type of bulkUpdateClients.
"""
type bulkUpdateClientsPayload {
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
users: [User]
}