OBJECT

CustomSQLTablesConnection

Connection Type for CustomSQLTable

link GraphQL Schema definition

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