OBJECT

createFunctionalStatusPayload

Autogenerated return type of createFunctionalStatus.

link GraphQL Schema definition

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