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