OBJECT

DatasourcesConnection

Connection Type for Datasource

link GraphQL Schema definition

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