OBJECT

TableauUsersConnection

Connection Type for TableauUser

link GraphQL Schema definition

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

link Require by