CountryEdge
An edge in a Country connection.
type CountryEdge {
cursor: String!
node: Country!
}
Fields
CountryEdge.cursor ● String! non-null scalar
CountryEdge.node ● Country! non-null object
Member Of
CountryConnection object