Skip to content

FunctionalStatus

FunctionalStatus object

Fields

functional_condition · String · Functional condition
id · ID! · required · The unique identifier of the functional status
start_date · String · The start date of the functional status
user_id · ID! · required · The ID of the user who created 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!
}