Skip to content

SmokingStatus

Smoking Status object

Fields

id · ID! · required · The unique identifier of the status
smoking_status_code · String · The smoking status code
status_end_datetime · String · The end date of the status
status_start_datetime · String · The start date of the status
user_id · ID · The id of the user the status belongs to

Used By

Definition

"""
Smoking Status object
"""
type SmokingStatus {
"""
The unique identifier of the status
"""
id: ID!
"""
The smoking status code
"""
smoking_status_code: String
"""
The end date of the status
"""
status_end_datetime: String
"""
The start date of the status
"""
status_start_datetime: String
"""
The id of the user the status belongs to
"""
user_id: ID
}