CountryConnection
No description
type CountryConnection {
edges: [CountryEdge]
nodes: [Country]
pageInfo: PageInfo!
totalCount: Int!
}
No description
type CountryConnection {
edges: [CountryEdge]
nodes: [Country]
pageInfo: PageInfo!
totalCount: Int!
}
CountryConnection.edges ● [CountryEdge] list objectCountryConnection.nodes ● [Country] list objectCountryConnection.pageInfo ● PageInfo! non-null objectCountryConnection.totalCount ● Int! non-null scalar