OBJECT

AuthContextConnection

link GraphQL Schema definition

  • type AuthContextConnection implements Connection {
  • # Count of elements in the current page
  • count: Int!
  • # Edges to nodes available through the connection
  • edges: [AuthContextEdge!]
  • # Paging support
  • pageInfo: PageInfo!
  • # Optional total elements count across all pages when available
  • totalCount: Int
  • }