Skip to content

updateProcedurePayload

Autogenerated return type of updateProcedure.

Fields

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

Used By

Definition

"""
Autogenerated return type of updateProcedure.
"""
type updateProcedurePayload {
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
procedure: Procedure
}