Skip to main content

Site

No description

type Site {
activeQuotes(
filter: ActiveQuoteFilter
first: Int
offset: Int
orderBy: [ActiveQuoteOrderBy!]
): [ActiveQuote!]!
addressLine1: String!
addressLine2: String
assets(
filter: AssetFilter
first: Int
offset: Int
orderBy: [AssetOrderBy!]
): [Asset!]!
baselineOfferId: String
billAmounts(
filter: BillAmountFilter
first: Int
offset: Int
orderBy: [BillAmountOrderBy!]
): [BillAmount!]!
class: Class
classCode: String
contactEmail: String
contactFirstName: String
contactLastName: String
contactMobile: String
createdAt: Datetime!
customer: Customer
customerId: UUID
dnsp: String
dnspDetails: Dnsp
exportLimitW: Int
files: [File]
id: String
jobs(
filter: JobFilter
first: Int
offset: Int
orderBy: [JobOrderBy!]
): [Job!]!
jobsConnection(
after: Cursor
before: Cursor
filter: JobFilter
first: Int
last: Int
offset: Int
orderBy: [JobOrderBy!] = [NATURAL]
): JobConnection!
latitudeDeg: BigFloat
longitudeDeg: BigFloat
maxSystemSizeW: Int
nmi: String
phaseNum: Int!
postCode: String
projects(
filter: ProjectFilter
first: Int
offset: Int
orderBy: [ProjectOrderBy!]
): [Project!]!
projectsConnection(
after: Cursor
before: Cursor
filter: ProjectFilter
first: Int
last: Int
offset: Int
orderBy: [ProjectOrderBy!] = [PRIMARY_KEY_ASC]
): ProjectConnection!
quotes(
filter: QuoteFilter
first: Int
offset: Int
orderBy: [QuoteOrderBy!]
): [Quote!]!
rejectionReason: String
retailOffer: RetailOffer
retailer: Retailer
retailerCode: String
reviews(
filter: ReviewFilter
first: Int
offset: Int
orderBy: [ReviewOrderBy!]
): [Review!]!
siteRegisters(
filter: SiteRegisterFilter
first: Int
offset: Int
orderBy: [SiteRegisterOrderBy!]
): [SiteRegister!]!
siteSurfaces(
filter: SiteSurfaceFilter
first: Int
offset: Int
orderBy: [SiteSurfaceOrderBy!]
): [SiteSurface!]!
sourceData: JSON
state: String
suburb: String
timezone: String
updatedAt: Datetime!
}

Fields

Site.activeQuotes ● [ActiveQuote!]! non-null object

Reads and enables pagination through a set of ActiveQuote.

Site.activeQuotes.filter ● ActiveQuoteFilter input

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

Site.activeQuotes.first ● Int scalar

Only read the first n values of the set.

Site.activeQuotes.offset ● Int scalar

Skip the first n values.

Site.activeQuotes.orderBy ● [ActiveQuoteOrderBy!] list enum

The method to use when ordering ActiveQuote.

Site.addressLine1 ● String! non-null scalar

Site.addressLine2 ● String scalar

Site.assets ● [Asset!]! non-null object

Reads and enables pagination through a set of Asset.

Site.assets.filter ● AssetFilter input

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

Site.assets.first ● Int scalar

Only read the first n values of the set.

Site.assets.offset ● Int scalar

Skip the first n values.

Site.assets.orderBy ● [AssetOrderBy!] list enum

The method to use when ordering Asset.

Site.baselineOfferId ● String scalar

Site.billAmounts ● [BillAmount!]! non-null object

Reads and enables pagination through a set of BillAmount.

Site.billAmounts.filter ● BillAmountFilter input

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

Site.billAmounts.first ● Int scalar

Only read the first n values of the set.

Site.billAmounts.offset ● Int scalar

Skip the first n values.

Site.billAmounts.orderBy ● [BillAmountOrderBy!] list enum

The method to use when ordering BillAmount.

Site.class ● Class object

Reads a single Class that is related to this Site.

Site.classCode ● String scalar

Site.contactEmail ● String scalar

Site.contactFirstName ● String scalar

Site.contactLastName ● String scalar

Site.contactMobile ● String scalar

Site.createdAt ● Datetime! non-null scalar

Site.customer ● Customer object

Reads a single Customer that is related to this Site.

Site.customerId ● UUID scalar

Site.dnsp ● String scalar

Site.dnspDetails ● Dnsp object

Reads a single Dnsp that is related to this Site.

Site.exportLimitW ● Int scalar

Site.files ● [File] list object

Site.id ● String scalar

Site.jobs ● [Job!]! non-null object

Reads and enables pagination through a set of Job.

Site.jobs.filter ● JobFilter input

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

Site.jobs.first ● Int scalar

Only read the first n values of the set.

Site.jobs.offset ● Int scalar

Skip the first n values.

Site.jobs.orderBy ● [JobOrderBy!] list enum

The method to use when ordering Job.

Site.jobsConnection ● JobConnection! non-null object

Reads and enables pagination through a set of Job.

Site.jobsConnection.after ● Cursor scalar

Read all values in the set after (below) this cursor.

Site.jobsConnection.before ● Cursor scalar

Read all values in the set before (above) this cursor.

Site.jobsConnection.filter ● JobFilter input

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

Site.jobsConnection.first ● Int scalar

Only read the first n values of the set.

Site.jobsConnection.last ● Int scalar

Only read the last n values of the set.

Site.jobsConnection.offset ● Int scalar

Skip the first n values from our after cursor, an alternative to cursor based pagination. May not be used with last.

Site.jobsConnection.orderBy ● [JobOrderBy!] list enum

The method to use when ordering Job.

Site.latitudeDeg ● BigFloat scalar

Site.longitudeDeg ● BigFloat scalar

Site.maxSystemSizeW ● Int scalar

Site.nmi ● String scalar

Site.phaseNum ● Int! non-null scalar

Site.postCode ● String scalar

Site.projects ● [Project!]! non-null object

Reads and enables pagination through a set of Project.

Site.projects.filter ● ProjectFilter input

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

Site.projects.first ● Int scalar

Only read the first n values of the set.

Site.projects.offset ● Int scalar

Skip the first n values.

Site.projects.orderBy ● [ProjectOrderBy!] list enum

The method to use when ordering Project.

Site.projectsConnection ● ProjectConnection! non-null object

Reads and enables pagination through a set of Project.

Site.projectsConnection.after ● Cursor scalar

Read all values in the set after (below) this cursor.

Site.projectsConnection.before ● Cursor scalar

Read all values in the set before (above) this cursor.

Site.projectsConnection.filter ● ProjectFilter input

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

Site.projectsConnection.first ● Int scalar

Only read the first n values of the set.

Site.projectsConnection.last ● Int scalar

Only read the last n values of the set.

Site.projectsConnection.offset ● Int scalar

Skip the first n values from our after cursor, an alternative to cursor based pagination. May not be used with last.

Site.projectsConnection.orderBy ● [ProjectOrderBy!] list enum

The method to use when ordering Project.

Site.quotes ● [Quote!]! non-null object

Reads and enables pagination through a set of Quote.

Site.quotes.filter ● QuoteFilter input

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

Site.quotes.first ● Int scalar

Only read the first n values of the set.

Site.quotes.offset ● Int scalar

Skip the first n values.

Site.quotes.orderBy ● [QuoteOrderBy!] list enum

The method to use when ordering Quote.

Site.rejectionReason ● String scalar

Site.retailOffer ● RetailOffer object

Reads a single RetailOffer that is related to this Site.

Site.retailer ● Retailer object

Reads a single Retailer that is related to this Site.

Site.retailerCode ● String scalar

Site.reviews ● [Review!]! non-null object

Reads and enables pagination through a set of Review.

Site.reviews.filter ● ReviewFilter input

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

Site.reviews.first ● Int scalar

Only read the first n values of the set.

Site.reviews.offset ● Int scalar

Skip the first n values.

Site.reviews.orderBy ● [ReviewOrderBy!] list enum

The method to use when ordering Review.

Site.siteRegisters ● [SiteRegister!]! non-null object

Reads and enables pagination through a set of SiteRegister.

Site.siteRegisters.filter ● SiteRegisterFilter input

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

Site.siteRegisters.first ● Int scalar

Only read the first n values of the set.

Site.siteRegisters.offset ● Int scalar

Skip the first n values.

Site.siteRegisters.orderBy ● [SiteRegisterOrderBy!] list enum

The method to use when ordering SiteRegister.

Site.siteSurfaces ● [SiteSurface!]! non-null object

Reads and enables pagination through a set of SiteSurface.

Site.siteSurfaces.filter ● SiteSurfaceFilter input

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

Site.siteSurfaces.first ● Int scalar

Only read the first n values of the set.

Site.siteSurfaces.offset ● Int scalar

Skip the first n values.

Site.siteSurfaces.orderBy ● [SiteSurfaceOrderBy!] list enum

The method to use when ordering SiteSurface.

Site.sourceData ● JSON scalar

Site.state ● String scalar

Site.suburb ● String scalar

Site.timezone ● String scalar

Site.updatedAt ● Datetime! non-null scalar

Returned By

sites query

Member Of

ActiveQuote object ● Asset object ● BillAmount object ● Class object ● Customer object ● Dnsp object ● Job object ● Project object ● Quote object ● Retailer object ● RetailOffer object ● Review object ● SiteRegister object ● SiteSurface object