StateConnection
No description
type StateConnection {
edges: [StateEdge]
nodes: [State]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
StateConnection.edges ● [StateEdge] list object
StateConnection.nodes ● [State] list object
StateConnection.pageInfo ● PageInfo! non-null object
StateConnection.totalCount ● Int! non-null scalar
Member Of
Country object
Implemented By
StateUnion union