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