SendingAddressConnection
A connection to a list of items.
type SendingAddressConnection {
edges: [SendingAddressEdge]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
SendingAddressConnection.edges ● [SendingAddressEdge] list object
A list of edges.
SendingAddressConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
SendingAddressConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Returned By
sendingAddresses query