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