CountryConnection
A paginated list of Country.
type CountryConnection {
edges: [CountryEdge!]!
pageInfo: PageInfo!
}
Fields
CountryConnection.edges ● [CountryEdge!]! non-null object
CountryConnection.pageInfo ● PageInfo! non-null object
Returned By
countrys query
Member Of
SalesChannel object