SendingAddressEdge
An edge in a connection.
type SendingAddressEdge {
node: SendingAddress
cursor: Cursor!
}
Fields
SendingAddressEdge.node ● SendingAddress object
The item at the end of the edge.
SendingAddressEdge.cursor ● Cursor! non-null scalar
A cursor for use in pagination.
Member Of
SendingAddressConnection object