ViewConnection
A paginated list of View edges.
type ViewConnection {
pageInfo: PageInfo!
edges: [ViewEdge!]!
}
Fields
ViewConnection.pageInfo
● PageInfo!
non-null object
Pagination information about the list of edges.
ViewConnection.edges
● [ViewEdge!]!
non-null object
A list of View edges.
Returned By
views
query