OBJECT
AddressConnection
link GraphQL Schema definition
- type AddressConnection implements Connection {
- # The current page of **Address** objects. This can be an empty array if there are
- # no items on this page - (null for exchange wallets)
- GenericAddress!] : [
- # The token to use to get the next page of Address objects. If **items** is an
- # empty array then this value should be null
- String :
- }