Skip to main content

emails

Reads a set of Email.

emails(
first: Int
offset: Int
orderBy: [EmailsOrderBy!]
condition: EmailCondition
filter: EmailFilter
): [Email!]

Arguments

emails.first ● Int scalar

Only read the first n values of the set.

emails.offset ● Int scalar

Skip the first n values.

emails.orderBy ● [EmailsOrderBy!] list enum

The method to use when ordering Email.

emails.condition ● EmailCondition input

A condition to be used in determining which values should be returned by the collection.

emails.filter ● EmailFilter input

A filter to be used in determining which values should be returned by the collection.

Type

Email object