PublicOrderConnectionWithSearch
Paginate through PublicOrders, name is indicative of future functionality.
type PublicOrderConnectionWithSearch {
edges: [PublicOrderEdge]!
nodes: [PublicOrder]!
pageInfo: PageInfo!
}
Fields
PublicOrderConnectionWithSearch.edges ● [PublicOrderEdge]! non-null object
PublicOrderConnectionWithSearch.nodes ● [PublicOrder]! non-null object
PublicOrderConnectionWithSearch.pageInfo ● PageInfo! non-null object
Returned by
orders query