OBJECT

SmokingStatus

Smoking Status object

link GraphQL Schema definition

  • 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
  • }