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