Contractor
No description
type Contractor {
bomRulesByContractorCode(
filter: BomRuleFilter
first: Int
offset: Int
orderBy: [BomRuleOrderBy!]
): [BomRule!]!
class: String
classByClass: Class
code: String!
customersByPrimeContractor(
filter: CustomerFilter
first: Int
offset: Int
orderBy: [CustomerOrderBy!]
): [Customer!]!
customersByPrimeContractorConnection(
after: Cursor
before: Cursor
filter: CustomerFilter
first: Int
last: Int
offset: Int
orderBy: [CustomerOrderBy!] = [PRIMARY_KEY_ASC]
): CustomerConnection!
flags: JSON
jobsByPrimeContractorConnection(
after: Cursor
before: Cursor
filter: JobFilter
first: Int
last: Int
offset: Int
orderBy: [JobOrderBy!] = [NATURAL]
): JobConnection!
name: String!
}
Fields
Contractor.bomRulesByContractorCode ● [BomRule!]! non-null object
Reads and enables pagination through a set of BomRule.
Contractor.bomRulesByContractorCode.filter ● BomRuleFilter input
A filter to be used in determining which values should be returned by the collection.
Contractor.bomRulesByContractorCode.first ● Int scalar
Only read the first n values of the set.
Contractor.bomRulesByContractorCode.offset ● Int scalar
Skip the first n values.
Contractor.bomRulesByContractorCode.orderBy ● [BomRuleOrderBy!] list enum
The method to use when ordering BomRule.
Contractor.class ● String scalar
Contractor.classByClass ● Class object
Reads a single Class that is related to this Contractor.
Contractor.code ● String! non-null scalar
Contractor.customersByPrimeContractor ● [Customer!]! non-null object
Reads and enables pagination through a set of Customer.
Contractor.customersByPrimeContractor.filter ● CustomerFilter input
A filter to be used in determining which values should be returned by the collection.
Contractor.customersByPrimeContractor.first ● Int scalar
Only read the first n values of the set.
Contractor.customersByPrimeContractor.offset ● Int scalar
Skip the first n values.
Contractor.customersByPrimeContractor.orderBy ● [CustomerOrderBy!] list enum
The method to use when ordering Customer.
Contractor.customersByPrimeContractorConnection ● CustomerConnection! non-null object
Reads and enables pagination through a set of Customer.
Contractor.customersByPrimeContractorConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
Contractor.customersByPrimeContractorConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
Contractor.customersByPrimeContractorConnection.filter ● CustomerFilter input
A filter to be used in determining which values should be returned by the collection.
Contractor.customersByPrimeContractorConnection.first ● Int scalar
Only read the first n values of the set.
Contractor.customersByPrimeContractorConnection.last ● Int scalar
Only read the last n values of the set.
Contractor.customersByPrimeContractorConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
Contractor.customersByPrimeContractorConnection.orderBy ● [CustomerOrderBy!] list enum
The method to use when ordering Customer.
Contractor.flags ● JSON scalar
Contractor.jobsByPrimeContractorConnection ● JobConnection! non-null object
Reads and enables pagination through a set of Job.
Contractor.jobsByPrimeContractorConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
Contractor.jobsByPrimeContractorConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
Contractor.jobsByPrimeContractorConnection.filter ● JobFilter input
A filter to be used in determining which values should be returned by the collection.
Contractor.jobsByPrimeContractorConnection.first ● Int scalar
Only read the first n values of the set.
Contractor.jobsByPrimeContractorConnection.last ● Int scalar
Only read the last n values of the set.
Contractor.jobsByPrimeContractorConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
Contractor.jobsByPrimeContractorConnection.orderBy ● [JobOrderBy!] list enum
The method to use when ordering Job.
Contractor.name ● String! non-null scalar
Returned By
contractor query ● contractors query
Member Of
BomRule object ● Class object ● Customer object ● DistributorSku object ● Job object ● Quote object