FunctionalStatus
FunctionalStatus object
Fields
functional_condition
· String
· Functional condition start_date
· String
· The start date of the functional status Used By
Definition
"""FunctionalStatus object"""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!}