OBJECT
CountrysConnection
The connection type for Country.
link GraphQL Schema definition
- type CountrysConnection {
- # A list of edges.
- CountrysEdge] : [
- # A list of nodes.
- Country] : [
- # Information to aid in pagination.
- PageInfo! :
- Int! :
- }