OBJECT

ApiAccessEntityConnection

link GraphQL Schema definition

  • type ApiAccessEntityConnection {
  • # Pagination data for this connection.
  • pageInfo: PageInfo!
  • # Contains the nodes in this connection.
  • edges: [ApiAccessEntityEdge]!
  • # Total number of items in the connection.
  • totalCount: Int
  • }