OBJECT
Contract
Contract
link GraphQL Schema definition
- type Contract {
- # Acceptance date of the Contract
- String :
- # Activity feed items
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # activityFeedItemType: [Not documented]
- # noteType: [Not documented]
- # activityType: [Not documented]
- # limit: [Not documented]
- # pinned: [Not documented]
- # scopes: [Not documented]
- (
- String, :
- String, :
- Int, :
- Int, :
- ActivityFeedItemEnum!], : [
- NoteTypeEnum!], : [
- ActivityTypeEnum!], : [
- Int, :
- Boolean, :
- ActivityFeedScopesEnum!] : [
- ): ActivityFeedConnection
- # Agent of the Contract
- Agent :
- # The automation trackers of a contract
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # scopes: scopes of the automation trackers
- # orderBy: order of the automation trackers
- (
- String, :
- String, :
- Int, :
- Int, :
- AutomationTrackerScopesEnum!], : [
- AutomationTrackerOrderEnum :
- ): AutomationTrackerConnection!
- # Background notes of the Contract
- String :
- # Cancelled date of the Contract
- ISO8601DateTime :
- # Chattels of the Contract
- String :
- # commission of the Contract
- Money :
- # Contract commission after expenses
- Float :
- # Contract commission after referrals
- Float :
- # Commission gst of the Contract
- Money :
- # contract allocations of the Contract
- #
- # Arguments
- # query: Search query of the Contract Allocations
- # unpaid: Search all unpaid Contract Allocations
- String, : Boolean): [ContractAllocation!] ( :
- # contract deductions of the Contract
- ContractDeduction!] : [
- # Contract Expenses
- ContractExpense!] : [
- # Contract Referrals
- ContractReferral!] : [
- # When the contract was created
- ISO8601DateTime! :
- # custom fields of the contract
- CustomField!] : [
- # deals of the contract
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- String, : String, : Int, : Int): DealConnection ( :
- # Deposit amount
- Money :
- # Deposit date of the Contract
- String :
- # Deposit transacted of the Contract
- Boolean :
- # Deposit at of the Contract
- ISO8601DateTime :
- # Contract commission after referrals and expenses
- Float :
- # Ffinalised date of the Contract
- ISO8601DateTime :
- # Finance amount of the Contract
- Money :
- # Finance date of the Contract
- String :
- # Finance received date of the Contract
- ISO8601DateTime :
- # Gst view of the Contract
- GstViewEnum :
- # Gst view commission of the Contract
- GstViewEnum :
- # Gst view expenses of the Contract
- GstViewEnum :
- # ID of the Contract
- ID! :
- # Initial deposit amount of the Contract
- Money :
- # invoices of a contract
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # offset: [Not documented]
- # limit: [Not documented]
- # orderBy: [Not documented]
- # updatedBefore: [Not documented]
- # updatedAfter: [Not documented]
- (
- String, :
- String, :
- Int, :
- Int, :
- Int, :
- Int, :
- OrderByEnum, :
- ISO8601DateTime, :
- ISO8601DateTime :
- ): InvoiceConnection
- # Ledger id of the Contract
- ID :
- # Lender of the Contract
- String :
- # net commission of the Contract
- Money :
- # Rello payment requests for the contract
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- String, : String, : Int, : Int): PaymentRequestConnection ( :
- # property of the Contract
- Property :
- # The legal name of the purchaser/s
- String :
- # Purchaser solicitor id of the Contract
- ID :
- # The purchasers
- Contact!] : [
- # audit logs of the contract
- Audit!] : [
- # The sale price
- Money :
- # settled at of the Contract
- ISO8601DateTime :
- # settlement date of the Contract
- String :
- # The status of the contract
- ContractStatusEnum :
- # Total deductions amount
- Float :
- # Total expenses amount ex gst
- Float :
- # Total expenses amount ex gst
- Float :
- # total Net Agent Commissions for contract
- Float :
- # Total referrals amount ex gst
- Float :
- # Total referrals amount inc gst
- Float :
- # Unconditional at Contract
- ISO8601DateTime :
- # settlement date of the Contract
- String :
- # When the contract was last updated
- ISO8601DateTime! :
- # The legal name of the vendor
- String :
- # The vendor solicitor
- Contact :
- }
link Require by
- AddressAddress
- ContractAllocationContract Allocation
- ContractConnectionThe connection type for Contract.
- ContractEdgeAn edge in a connection.
- ContractExpenseContract Expenses
- ContractReferralContract Referrals
- CreateContractPayloadAutogenerated return type of CreateContract
- DealAssociationnull
- DestroyContractPayloadAutogenerated return type of DestroyContract
- Enquirynull
- Notenull
- PaymentRequestPayment request record
- PurchaserPurchaser Type
- QueryThe query root of this schema
- TaskTask record
- UpdateContractPayloadAutogenerated return type of UpdateContract