Last update:
July 26, 2024
MemberAddressConnection object¶
This type represents a connection to a list of member addresses.
Fields¶
Field | Description |
---|---|
totalCount Int |
The total number of member addresses in the connection. |
pageInfo PageInfo! |
The information about the current page. |
edges [MemberAddressEdge] |
The edges containing the cursor and node of each member address. |
items [MemberAddressType] |
The list of member addresses in the connection. |