OBJECT
ApiAccessEntityEdge
A Relay edge containing a ApiAccessEntity and its cursor.
link GraphQL Schema definition
- type ApiAccessEntityEdge {
- # The item at the end of the edge
- : ApiAccessEntity
- # A cursor for use in pagination
- : String!
- }
OBJECT
A Relay edge containing a ApiAccessEntity and its cursor.
- type ApiAccessEntityEdge {
- # The item at the end of the edge
- : ApiAccessEntity
- # A cursor for use in pagination
- : String!
- }