OBJECT
type Resource {createdAt: String updatedAt: String id: Int! title: String! small_description: String! description: String! length: Int author: String! author_url: String external_url: String! added_by: User! views: ResourceViews cost: String! type: String! level: String! }