AddressConnection
No description
type AddressConnection {
pageInfo: PageInfo!
edges: [AddressEdge]!
}
Fields
AddressConnection.pageInfo ● PageInfo! non-null object
Pagination data for this connection.
AddressConnection.edges ● [AddressEdge]! non-null object
Contains the nodes in this connection.
Member Of
Record object