Skip to content

createProcedurePayload

Autogenerated return type of createProcedure.

Fields

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

Used By

Definition

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