OBJECT

OnlineFormStyleEntityConnection

link GraphQL Schema definition

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