OBJECT
RecordReview
link GraphQL Schema definition
- type RecordReview {
- # date/time the record was reviewed
- : ISO8601DateTime!
- # id of the record that was reviewed
- : Int!
- # review id
- : Int!
- # reviewed by this user
- : User!
- }
OBJECT
- type RecordReview {
- # date/time the record was reviewed
- : ISO8601DateTime!
- # id of the record that was reviewed
- : Int!
- # review id
- : Int!
- # reviewed by this user
- : User!
- }