OBJECT

FunctionalStatus

FunctionalStatus object

link GraphQL Schema definition

  • type FunctionalStatus {
  • # Functional condition
  • functional_condition: String
  • # The unique identifier of the functional status
  • id: ID!
  • # The start date of the functional status
  • start_date: String
  • # The ID of the user who created the functional status
  • user_id: ID!
  • }