OBJECT

MaintenanceRequest

link GraphQL Schema definition

  • type MaintenanceRequest {
  • # date/time this request was created
  • createdAt: ISO8601DateTime!
  • # fairsharing_record associated with this request
  • fairsharingRecord: FairsharingRecord!
  • # request id
  • id: Int!
  • # status of the request
  • status: String!
  • # user associated with this request
  • user: User!
  • }