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