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