OBJECT

ViewsConnection

Connection Type for View

link GraphQL Schema definition

  • type ViewsConnection {
  • # List of nodes
  • nodes: [View!]!
  • # Information for pagination
  • pageInfo: PageInfo!
  • # Total number of objects in connection
  • totalCount: Int!
  • }