OBJECT
type ResourceRating {createdAt: String updatedAt: String id: Int! user: User! resource: Resource! rating: Int! text: String! }