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.
- : String!
- # The actual AccessUser object wrapped by this edge.
- : AccessUser!
- }