Skip to main content

emails

emails(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: EmailOrder
where: EmailWhereInput
): EmailConnection!

Arguments

emails.after ● Cursor scalar

Returns the elements in the list that come after the specified cursor.

emails.first ● Int scalar

Returns the first n elements from the list.

emails.before ● Cursor scalar

Returns the elements in the list that come before the specified cursor.

emails.last ● Int scalar

Returns the last n elements from the list.

emails.orderBy ● EmailOrder input

Ordering options for Emails returned from the connection.

emails.where ● EmailWhereInput input

Filtering options for Emails returned from the connection.

Type

EmailConnection object

A connection to a list of items.