Skip to main content

domainPaths

domainPaths(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: DomainPathOrder
where: DomainPathWhereInput
): DomainPathConnection!

Arguments

domainPaths.after ● Cursor scalar

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

domainPaths.first ● Int scalar

Returns the first n elements from the list.

domainPaths.before ● Cursor scalar

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

domainPaths.last ● Int scalar

Returns the last n elements from the list.

domainPaths.orderBy ● DomainPathOrder input

Ordering options for DomainPaths returned from the connection.

domainPaths.where ● DomainPathWhereInput input

Filtering options for DomainPaths returned from the connection.

Type

DomainPathConnection object

A connection to a list of items.