Skip to main content

dnsps

Reads a set of Dnsp.

dnsps(
filter: DnspFilter
first: Int
offset: Int
orderBy: [DnspOrderBy!]
): [Dnsp!]

Arguments

dnsps.filter ● DnspFilter input

A filter to be used in determining which values should be returned by the collection.

dnsps.first ● Int scalar

Only read the first n values of the set.

dnsps.offset ● Int scalar

Skip the first n values.

dnsps.orderBy ● [DnspOrderBy!] list enum

The method to use when ordering Dnsp.

Type

Dnsp object