Skip to content
Last update: April 11, 2024

MemberAddressConnection object

The MemberAddressConnection 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.