OBJECT

Frameworks

Query result of frameworks with metadata.

link GraphQL Schema definition

1type Frameworks {
2
3# Total count of frameworks matching the query.
4totalCount: Int!
5
6# The list of frameworks.
7frameworks: [Framework!]!
8
9# Page info of the query. See PageInfo for full description.
10pageInfo: PageInfo!
11
12}

link Required by