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