OBJECT
CustomSQLTablesConnection
Connection Type for CustomSQLTable
link GraphQL Schema definition
- type CustomSQLTablesConnection {
- # List of nodes
- CustomSQLTable!]! : [
- # Information for pagination
- PageInfo! :
- # Total number of objects in connection
- Int! :
- }