OBJECT

DatabaseTablesConnection

Connection Type for DatabaseTable

link GraphQL Schema definition

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

link Require by