Skip to main content

AddressConnection

No description

type AddressConnection {
pageInfo: PageInfo!
edges: [AddressEdge!]!
nodes: [Address!]!
}

Fields

AddressConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

AddressConnection.edges ● [AddressEdge!]! non-null object

A list of edges.

AddressConnection.nodes ● [Address!]! non-null object

A list of nodes.

Member Of

Validator object