OBJECT

AccessUserEdge

Description

Wrapper around the AccessUser object. This wrapper is used for pagination.

link GraphQL Schema definition

  • type AccessUserEdge {
  • # String used to identify this edge.
  • cursor: String!
  • # The actual AccessUser object wrapped by this edge.
  • node: AccessUser!
  • }