OBJECT

DatabasesConnection

Connection Type for Database

link GraphQL Schema definition

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

link Require by