sendingAddresses
sendingAddresses(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: SendingAddressOrder
where: SendingAddressWhereInput
): SendingAddressConnection!
Arguments
sendingAddresses.after ● Cursor scalar
Returns the elements in the list that come after the specified cursor.
sendingAddresses.first ● Int scalar
Returns the first n elements from the list.
sendingAddresses.before ● Cursor scalar
Returns the elements in the list that come before the specified cursor.
sendingAddresses.last ● Int scalar
Returns the last n elements from the list.
sendingAddresses.orderBy ● SendingAddressOrder input
Ordering options for SendingAddresses returned from the connection.
sendingAddresses.where ● SendingAddressWhereInput input
Filtering options for SendingAddresses returned from the connection.
Type
SendingAddressConnection object
A connection to a list of items.