OBJECT
ApplicationEntityConnection
link GraphQL Schema definition
- type ApplicationEntityConnection {
- # Pagination data for this connection.
- PageInfo! :
- # Contains the nodes in this connection.
- ApplicationEntityEdge]! : [
- # Total number of items in the connection.
- Int :
- }