Skip to main content

Dnsp

No description

type Dnsp {
code: String!
name: String!
sitesByDnsp(
filter: SiteFilter
first: Int
offset: Int
orderBy: [SiteOrderBy!]
): [Site!]!
state: String!
}

Fields

Dnsp.code ● String! non-null scalar

Dnsp.name ● String! non-null scalar

Dnsp.sitesByDnsp ● [Site!]! non-null object

Reads and enables pagination through a set of Site.

Dnsp.sitesByDnsp.filter ● SiteFilter input

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

Dnsp.sitesByDnsp.first ● Int scalar

Only read the first n values of the set.

Dnsp.sitesByDnsp.offset ● Int scalar

Skip the first n values.

Dnsp.sitesByDnsp.orderBy ● [SiteOrderBy!] list enum

The method to use when ordering Site.

Dnsp.state ● String! non-null scalar

Returned By

dnsp query ● dnsps query

Member Of

Site object