OBJECT

updateFunctionalStatusPayload

Autogenerated return type of updateFunctionalStatus.

link GraphQL Schema definition

  • type updateFunctionalStatusPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • functional_status: FunctionalStatus
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • }