OBJECT
MaintenanceRequest
link GraphQL Schema definition
- type MaintenanceRequest {
- # date/time this request was created
- : ISO8601DateTime!
- # fairsharing_record associated with this request
- : FairsharingRecord!
- # request id
- : Int!
- # status of the request
- : String!
- # user associated with this request
- : User!
- }