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