OBJECT

TablesConnection

Connection Type for Table

link GraphQL Schema definition

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