Site
No description
type Site {
activeQuotes(
filter: ActiveQuoteFilter
first: Int
offset: Int
orderBy: [ActiveQuoteOrderBy!]
): [ActiveQuote!]!
addressLine1: String!
addressLine2: String
assetEvents(
filter: AssetEventFilter
first: Int
offset: Int
orderBy: [AssetEventOrderBy!]
): [AssetEvent!]!
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
notes(
filter: NoteFilter
first: Int
offset: Int
orderBy: [NoteOrderBy!]
): [Note!]!
notesConnection(
after: Cursor
before: Cursor
filter: NoteFilter
first: Int
last: Int
offset: Int
orderBy: [NoteOrderBy!] = [PRIMARY_KEY_ASC]
): NoteConnection!
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.assetEvents ● [AssetEvent!]! non-null object
Reads and enables pagination through a set of AssetEvent.
Site.assetEvents.filter ● AssetEventFilter input
A filter to be used in determining which values should be returned by the collection.
Site.assetEvents.first ● Int scalar
Only read the first n values of the set.
Site.assetEvents.offset ● Int scalar
Skip the first n values.
Site.assetEvents.orderBy ● [AssetEventOrderBy!] list enum
The method to use when ordering AssetEvent.
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.