Skip to content

createFunctionalStatusPayload

Autogenerated return type of createFunctionalStatus.

Fields

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

Used By

Definition

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