OBJECT

TableauSitesConnection

Connection Type for TableauSite

link GraphQL Schema definition

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