ProjectRequest
No description
type ProjectRequest {
comments: String
createdAt: Datetime
customFields: JSON
customerClass: String
customerEmail: String
customerFirstName: String
customerIsBusiness: Boolean
customerLastName: String
customerMobile: String
customerPreferredDays: [Int]
customerRetailerXref: String
customerXref: String
id: UUID
origin: String
productsOfInterest: JSON
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!
siteAddressLine1: String
siteAddressLine2: String
siteLatitudeDeg: BigFloat
siteLongitudeDeg: BigFloat
siteMonthlyBillAmount: BigFloat
siteNmi: String
sitePhaseNum: Int
sitePostCode: String
siteQuarterlyBillAmount: BigFloat
siteState: String
siteSuburb: String
siteTimezone: String
}
Fields
ProjectRequest.comments
● String
scalar
ProjectRequest.createdAt
● Datetime
scalar
ProjectRequest.customFields
● JSON
scalar
ProjectRequest.customerClass
● String
scalar
ProjectRequest.customerEmail
● String
scalar
ProjectRequest.customerFirstName
● String
scalar
ProjectRequest.customerIsBusiness
● Boolean
scalar
ProjectRequest.customerLastName
● String
scalar
ProjectRequest.customerMobile
● String
scalar
ProjectRequest.customerPreferredDays
● [Int]
list scalar
ProjectRequest.customerRetailerXref
● String
scalar
ProjectRequest.customerXref
● String
scalar
ProjectRequest.id
● UUID
scalar
ProjectRequest.origin
● String
scalar
ProjectRequest.productsOfInterest
● JSON
scalar
ProjectRequest.projects
● [Project!]!
non-null object
Reads and enables pagination through a set of Project
.
ProjectRequest.projects.filter
● ProjectFilter
input
A filter to be used in determining which values should be returned by the collection.
ProjectRequest.projects.first
● Int
scalar
Only read the first n
values of the set.
ProjectRequest.projects.offset
● Int
scalar
Skip the first n
values.
ProjectRequest.projects.orderBy
● [ProjectOrderBy!]
list enum
The method to use when ordering Project
.
ProjectRequest.projectsConnection
● ProjectConnection!
non-null object
Reads and enables pagination through a set of Project
.
ProjectRequest.projectsConnection.after
● Cursor
scalar
Read all values in the set after (below) this cursor.
ProjectRequest.projectsConnection.before
● Cursor
scalar
Read all values in the set before (above) this cursor.
ProjectRequest.projectsConnection.filter
● ProjectFilter
input
A filter to be used in determining which values should be returned by the collection.
ProjectRequest.projectsConnection.first
● Int
scalar
Only read the first n
values of the set.
ProjectRequest.projectsConnection.last
● Int
scalar
Only read the last n
values of the set.
ProjectRequest.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
.
ProjectRequest.projectsConnection.orderBy
● [ProjectOrderBy!]
list enum
The method to use when ordering Project
.
ProjectRequest.siteAddressLine1
● String
scalar
ProjectRequest.siteAddressLine2
● String
scalar
ProjectRequest.siteLatitudeDeg
● BigFloat
scalar
ProjectRequest.siteLongitudeDeg
● BigFloat
scalar
ProjectRequest.siteMonthlyBillAmount
● BigFloat
scalar
ProjectRequest.siteNmi
● String
scalar
ProjectRequest.sitePhaseNum
● Int
scalar
ProjectRequest.sitePostCode
● String
scalar
ProjectRequest.siteQuarterlyBillAmount
● BigFloat
scalar
ProjectRequest.siteState
● String
scalar
ProjectRequest.siteSuburb
● String
scalar
ProjectRequest.siteTimezone
● String
scalar
Returned By
projectRequests
query
Member Of
Project
object