OBJECT

PhoneEntityConnection

link GraphQL Schema definition

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