OBJECT
Query result of frameworks with metadata.
1type Frameworks {23# Total count of frameworks matching the query.4totalCount: Int! 56# The list of frameworks.7frameworks: [Framework!]! 89# Page info of the query. See PageInfo for full description.10pageInfo: PageInfo! 1112}