Skip to content

updateFunctionalStatusPayload

Autogenerated return type of updateFunctionalStatus.

Fields

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

Used By

Definition

"""
Autogenerated return type of updateFunctionalStatus.
"""
type updateFunctionalStatusPayload {
functional_status: FunctionalStatus
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}