OBJECT
Query
link GraphQL Schema definition
- type Query {
 - : User 
 - : [Resource!]! 
 - : [ResourceViews!]! 
 - # Arguments
 - #   resourceId: 
 - #   userId: 
 - (: Int, : Int): [ResourceRating!]! 
 - : [UserRole!]! 
 - # Arguments
 - #   resourceId: 
 - #   userId: 
 - (: Int, : Int): [UserFavourite!]! 
 - }
 
    link Require by
This element is not required by anyone