OBJECT
Query
The query root of this schema
link GraphQL Schema definition
- type Query {
- : Account
- # 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]
- # query: Search query of the Account
- # ids: Search by Account IDS
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String,
- : [ID!]
- ): AccountConnection!
- # Arguments
- # id: The ID of the Address
- (: ID!): Address
- # 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]
- # query: Search query of the Address
- # country: Address country
- # filterSet: Find contacts by filters
- # userId: Find addresses by user_id
- # current: current ownerships or tenancies addresses
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String,
- : [String!],
- : FilterSetAttributes,
- : [ID!],
- : Boolean
- ): AddressConnection!
- # Arguments
- # polygonCoordinates: The coordinates defining the shape of the
- # Prospecting Area.
- (
- : JSON!
- ): [Address!]!
- # Arguments
- # id: The ID of the Agent
- (: ID!): Agent
- # Arguments
- # id: The ID of the Agent ledger
- (: ID!): AgentLedger
- # Arguments
- # id: The ID of the Agent ledger recurring transaction
- (: ID!): AgentLedgerRecurringTransaction
- # 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]
- # agentLedgerId: Search recurring transactions by agent ledger ID
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : ID
- ): AgentLedgerRecurringTransactionConnection!
- # 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]
- # query: Search query of the agent ledger
- # agentId: Search agent ledger by agent ID
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : AgentLedgerOrderEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String,
- : ID
- ): AgentLedgerConnection!
- # 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]
- # query: Search query of the Agent
- # ids: Search by Agent IDS
- # active: Search only active agents
- # accountId: Search scope of the account id
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : AgentOrderEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String,
- : [ID!],
- : Boolean,
- : String
- ): AgentConnection!
- # Arguments
- # id: The ID of the Appraisal
- (: ID!): Appraisal
- # Arguments
- # id: The ID of the Vendor
- (: ID!): AppraisalVendor
- # 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]
- # appraisalId: [Not documented]
- # contactId: [Not documented]
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : [ID!],
- : [ID!]
- ): AppraisalVendorConnection!
- # 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]
- # query: Search query of the Appraisal
- # mine: [Not documented]
- # listingType: Search query of the Property
- # status: Search by status of the Appraisal
- # interestLevel: Search by interest level of the Appraisal
- # filterSet: Find appraisals by filters
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String,
- : Boolean,
- : [ListingTypeEnum!],
- : [AppraisalStatusEnum!],
- : [AppraisalInterestLevelEnum!],
- : FilterSetAttributes
- ): AppraisalConnection!
- # Arguments
- # id: The ID of the Automation
- (: ID!): Automation
- # 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]
- # query: Search query of the Automation
- # enabled: Get only enabled or disabled automations
- # hasSteps: Get only automations with one or more steps
- # isV2: Automation type
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : AutomationsOrderEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String,
- : Boolean,
- : Boolean,
- : Boolean
- ): AutomationConnection
- # Arguments
- # id: The ID of the background job
- (: ID!): BackgroundJob
- # 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.
- # type: The Type of the background job
- # status: The Status of the background job
- (
- : String,
- : String,
- : Int,
- : Int,
- : BackgroundJobTypeEnum,
- : BackgroundJobStatusEnum
- ): BackgroundJobConnection
- # Arguments
- # id: Bot ID
- (: ID): Bot!
- # 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.
- # query: Search query of the Bot
- (: String, : String, : Int, : Int, : String): BotConnection!
- # Arguments
- # id: The ID of the Campaign
- (: ID!): Campaign
- # Arguments
- # id: The ID of the Campaign Email Log
- (: ID!): CampaignEmailLog
- # 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]
- # actionType: Filter by action type
- # userIds: Filter by campaign user ids
- # officeIds: Filter by campaign office ids
- # contactGroupIds: Filter by contact group ids
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : [ActionTypeEnum!],
- : [ID!],
- : [ID!],
- : [ID!]
- ): CampaignEmailLogConnection!
- # 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]
- # query: Search query of the campaigns
- # campaignType: Type of the campaigns
- # status: Status of the campaigns
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : CampaignOrderEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String,
- : CampaignTypeEnum,
- : CampaignStatusEnum
- ): CampaignConnection!
- # 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]
- # applicationView: Search query by Application View
- # resource: Search by Resource
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String,
- : FilterableResourceEnum
- ): SegmentConnection!
- # Arguments
- # focusAreaName: Name of the Prospecting Area
- # id: The ID of the ProspectingArea
- (
- : String!,
- : ID
- ): Boolean!
- # 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
- ): CommissionCategoryConnection!
- # Arguments
- # id: The ID of the Commission Category
- (: ID!): CommissionCategory
- # Arguments
- # id: The ID of the Conjunctional Agent
- (: ID!): ConjunctionalAgent
- # 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]
- # query: Search query of the Conjunctional Agent
- # ids: Search by Conjunctional Agent ids
- # active: Search only active conjunctional agents
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String,
- : [ID!],
- : Boolean
- ): ConjunctionalAgentConnection!
- # Arguments
- # id: The ID of the Contact
- # deleted: Include deleted records
- (: ID!, : Boolean): Contact
- # Arguments
- # id: The ID of the Contact group
- (: ID!): ContactGroup
- # 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]
- # query: Search query of the Contact group
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : ContactGroupOrderEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String
- ): ContactGroupConnection!
- # 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]
- # query: Search query of the Contact
- # email: Find contacts by email
- # filterSet: Find contacts by filters
- # scopeFilterSet: Scope contacts by filters
- # userId: Find contacts by user_id
- # contactGroupId: Find contacts by contact group id
- # ignoreIds: Ignore ids from queries
- # deleted: Include deleted records
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String,
- : String,
- : FilterSetAttributes,
- : FilterSetAttributes,
- : [ID!],
- : [ID!],
- : [ID!],
- : Boolean
- ): ContactConnection!
- # Arguments
- # id: The ID of the Contract
- (: ID!): Contract
- # Arguments
- # id: The ID of the Contract Allocation
- (: ID!): ContractAllocation
- # 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]
- # query: Search query of the Contract Allocations
- # unpaid: Search all unpaid Contract Allocations
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String,
- : Boolean
- ): ContractAllocationConnection!
- # Arguments
- # id: The ID of the Contract Deduction
- (: ID!): ContractDeduction
- # Arguments
- # id: The ID of the Contract Deduction Template
- (: ID!): ContractDeductionTemplate
- # 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]
- # code: Contract Deduction Template by code
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String
- ): ContractDeductionTemplateConnection!
- # 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
- ): ContractDeductionConnection!
- # Arguments
- # id: The ID of the Contract Expense
- (: ID!): ContractExpense
- # 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
- ): ContractExpenseConnection!
- # Arguments
- # id: The ID of the Contract Referral
- (: ID!): ContractReferral
- # 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
- ): ContractReferralConnection!
- # 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]
- # scopes: [Not documented]
- # query: Search query of the Contract
- # propertyId: Filter contracts by property id
- # filterSet: Find addresses by filters
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : [ContractScopesEnum!],
- : String,
- : [ID!],
- : FilterSetAttributes
- ): ContractConnection!
- # Arguments
- # id: The ID of the CoreLogic property
- (: ID!): CoreLogicFullProperty
- # Arguments
- # id: The ID of the Custom Field Group
- (: ID!): CustomFieldGroup
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # orderBy: [Not documented]
- # updatedBefore: [Not documented]
- # updatedAfter: [Not documented]
- # tab: Scopes custom field groups by tabs
- (
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : TabEnum
- ): [CustomFieldGroup!]!
- # Arguments
- # id: The ID of the Custom Field Name
- (: ID!): CustomFieldName
- # Arguments
- # model: Filter by custom field name model
- # ungrouped: Filter by ungrouped custom field names
- (
- : [CustomFieldNameModelEnum!],
- : Boolean
- ): [CustomFieldName!]!
- # Arguments
- # id: Deal ID
- (: ID): Deal
- # 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]
- # query: Search query of the Deal
- # filterSet: Find deals by filters
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String,
- : FilterSetAttributes
- ): DealConnection
- # 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]
- # applicationView: Search Display query by Application View
- # resource: Search Display by Resource
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String,
- : FilterableResourceEnum
- ): SegmentConnection!
- # Arguments
- # id: The ID of the Document
- (: ID!): Document
- # 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
- ): DocumentConnection!
- # Arguments
- # id: The ID of the EmailTemplate
- (: ID!): EmailTemplate
- # 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,
- : EmailTemplateOrderEnum,
- : ISO8601DateTime,
- : ISO8601DateTime
- ): EmailTemplateConnection!
- # 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]
- # scopes: [Not documented]
- # contactId: [Not documented]
- # propertyId: [Not documented]
- # userId: [Not documented]
- # mine: [Not documented]
- # status: [Not documented]
- # enquiryBefore: [Not documented]
- # enquiryAfter: [Not documented]
- # filterSet: Find enquiries by filters
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : EnquiriesOrderEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : [EnquiryScopesEnum!],
- : [ID!],
- : [ID!],
- : [ID!],
- : Boolean,
- : StatusEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : FilterSetAttributes
- ): EnquiryConnection!
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # orderBy: [Not documented]
- # updatedBefore: [Not documented]
- # updatedAfter: [Not documented]
- # scopes: [Not documented]
- # contactId: [Not documented]
- # propertyId: [Not documented]
- # userId: [Not documented]
- # mine: [Not documented]
- # status: [Not documented]
- (
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : [EnquiryScopesEnum!],
- : [ID!],
- : [ID!],
- : [ID!],
- : Boolean,
- : StatusEnum
- ): Int!
- # Arguments
- # id: The ID of the Enquiry
- (: ID!): Enquiry
- # Arguments
- # id: The ID of the Event
- (: ID!): Event
- # 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]
- # query: Search query of the Event
- # userId: Find event by user id
- # startsAfter: Search query of the Event
- # startsBefore: Search query of the Event
- # contactId: Events with contact invited
- # propertyId: Events related to property
- # appraisalId: Events related to appraisal
- # pinFilter: [Not documented]
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : EventOrderEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String,
- : [ID!],
- : ISO8601DateTime,
- : ISO8601DateTime,
- : [ID!],
- : [ID!],
- : [ID!],
- : PinFilterAttributes
- ): EventConnection!
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # orderBy: [Not documented]
- # updatedBefore: [Not documented]
- # updatedAfter: [Not documented]
- # query: Search query of the Event
- # startsAfter: Search query of the Event
- # startsBefore: Search query of the Event
- # contactId: Events with contact invited
- # propertyId: Events related to property
- # appraisalId: Events related to appraisal
- # pinFilter: [Not documented]
- (
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : [ID!],
- : [ID!],
- : [ID!],
- : PinFilterAttributes
- ): Int
- # Arguments
- # id: The ID of the Floorplan
- (: ID!): Floorplan
- # 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
- ): FloorplanConnection!
- # 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]
- # id: The ID of the ProspectingArea
- # filterSet: Find contacts by filters
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : AddressesOrderEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : ID!,
- : FilterSetAttributes
- ): AddressConnection!
- # Arguments
- # address: The address
- (: String!): CoreCommonProperty
- # Arguments
- # id: The ID of the Image
- (: ID!): Image
- # 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
- ): ImageConnection!
- # Arguments
- # id: The ID of the Inspection
- (: ID!): Inspection
- # 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]
- # scopes: [Not documented]
- # propertyId: [Not documented]
- # query: Search query of the Inspection
- # pinFilter: [Not documented]
- # mine: [Not documented]
- # startBefore: [Not documented]
- # startAfter: [Not documented]
- # finishBefore: [Not documented]
- # finishAfter: [Not documented]
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : InspectionOrderEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : [InspectionScopesEnum!],
- : [ID!],
- : String,
- : PinFilterAttributes,
- : Boolean,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : ISO8601DateTime
- ): InspectionConnection!
- # Arguments
- # id: The ID of the Invoice
- (: ID!): Invoice
- # 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:
- # last: Returns the last _n_ elements from the list.
- # offset:
- # limit: [Not documented]
- # orderBy: Order by field of the Invoice
- # updatedBefore: [Not documented]
- # updatedAfter: [Not documented]
- # status: Filter by status of the Invoice
- # query: Search query of the Invoice
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : InvoiceOrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : InvoiceStatusEnum,
- : String
- ): InvoiceConnection!
- # Arguments
- # id: The ID of the Item Template
- (: ID!): ItemTemplate
- # 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
- ): ItemTemplateConnection!
- # Arguments
- # jobToken: The job_token of the Job
- (: String!): Job
- # Arguments
- # id: The ID of the Ledger
- (: ID!): Ledger
- # 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]
- # trustId: Scope by trust id
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : ID
- ): LedgerConnection!
- : LetterSetting
- # Arguments
- # id: The ID of the LetterTemplate
- (: ID!): LetterTemplate
- # 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
- ): LetterTemplateConnection!
- : JSON
- # Arguments
- # firstName: The first name of the Contact
- # lastName: The last name of the Contact
- # email: The email of the Contact
- # mobilePhone: The mobile phone of the Contact
- (
- : String!,
- : String!,
- : String!,
- : String!
- ): [ContactMatch!]
- # Current user details
- : User!
- # Arguments
- # id: The ID of the Note
- (: ID!): Note
- # 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]
- # scopes: [Not documented]
- # contactId: [Not documented]
- # propertyId: [Not documented]
- # inspectionId: [Not documented]
- # appraisalId: [Not documented]
- # userId: [Not documented]
- # officeId: [Not documented]
- # listingType: [Not documented]
- # noteType: [Not documented]
- # dateRange: [Not documented]
- # namedDateRanges: [Not documented]
- # pinFilter: [Not documented]
- # mine: [Not documented]
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : NoteOrderEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : [ActivityFeedScopesEnum!],
- : [ID!],
- : [ID!],
- : [ID!],
- : [ID!],
- : [ID!],
- : [ID!],
- : [PropertyNoteListingTypeEnum!],
- : [NoteTypeEnum!],
- : DateRangeAttributes,
- : [NamedDateRangeEnum!],
- : PinFilterAttributes,
- : Boolean
- ): NoteConnection!
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # orderBy: [Not documented]
- # updatedBefore: [Not documented]
- # updatedAfter: [Not documented]
- # scopes: [Not documented]
- # contactId: [Not documented]
- # propertyId: [Not documented]
- # inspectionId: [Not documented]
- # appraisalId: [Not documented]
- # userId: [Not documented]
- # noteType: [Not documented]
- # pinFilter: [Not documented]
- # mine: [Not documented]
- (
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : [ActivityFeedScopesEnum!],
- : [ID!],
- : [ID!],
- : [ID!],
- : [ID!],
- : [ID!],
- : [NoteTypeEnum!],
- : PinFilterAttributes,
- : Boolean
- ): Int!
- # Arguments
- # id: The ID of the Offer
- (: ID!): Offer
- # 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
- ): OfferConnection!
- # Arguments
- # id: The ID of the Office
- (: ID!): Office
- # 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]
- # query: Search query of the Office
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String
- ): OfficeConnection!
- # Arguments
- # id: The ID of the Ownership
- (: ID!): Ownership
- # 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]
- # scopes: [Not documented]
- # query: [Not documented]
- # current: Only show current ownerships
- # addressId: [Not documented]
- # contactId: [Not documented]
- # addressFilterSet: Find addresses by filters
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : [OwnershipScopesEnum!],
- : String,
- : Boolean,
- : [ID!],
- : [ID!],
- : FilterSetAttributes
- ): OwnershipConnection!
- # Arguments
- # id: The ID of the Pin
- (: ID!): Pin
- # 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]
- # recordId: Id of the Pin
- # recordType: Record Type of the Pin
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : ID,
- : HasPinEnum
- ): PinConnection!
- # Arguments
- # id: Pipeline ID
- (: ID): Pipeline
- # Arguments
- # id: Pipeline Stage ID
- (: ID): PipelineStage
- # 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
- ): PipelineStageConnection
- # 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]
- # query: Search query of the Pipeline
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String
- ): PipelineConnection
- # Fetch addresses using polygon coordinates with pagination
- #
- # Arguments
- # shapes: shape of the polygon [[lon, lat]]
- # size: number of markers to fetch
- # details: address details required or not
- # polygonId: Parent polygon id
- (
- : JSON!,
- : Int,
- : Boolean,
- : Int
- ): PlacesPropertyPagination!
- # 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
- ): PostCategoryConnection
- # Arguments
- # id: The ID of the Post Category
- (: ID!): PostCategory
- # Arguments
- # id: The ID of the Postcode
- (: ID!): Postcode
- # Arguments
- # suburb: The suburb of the Postcode
- # state: The state of the Postcode
- # postcode: The postcode of the Postcode
- (
- : String!,
- : String!,
- : String!
- ): Postcode
- # Arguments
- # suburb: The suburb of the Postcode
- # district: The district of the Postcode
- # locality: The locality of the Postcode
- (
- : String!,
- : String!,
- : String!
- ): Postcode
- # 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]
- # query: Search query of the Postcode
- # country: Postcode country
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String,
- : [String!]
- ): PostcodeConnection!
- # 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]
- # contactIds: Potential tenancies including these contacts
- # propertyId: Potential tenancies for this property
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : [ID!],
- : ID
- ): PotentialTenancyConnection!
- # Arguments
- # id: The ID of the Potential tenancy
- (: ID!): PotentialTenancy
- # Arguments
- # query: Price Finder
- (: String): [PriceFinderSuggestion!]
- # Arguments
- # id: The ID of the Project
- (: ID!): Project
- # Arguments
- # id: The ID of the Floorplan
- (: ID!): ProjectFloorplan
- # 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
- ): ProjectFloorplanConnection!
- # Arguments
- # id: The ID of the Image
- (: ID!): ProjectImage
- # 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
- ): ProjectImageConnection!
- # Arguments
- # id: The ID of the Project Stage
- (: ID!): ProjectStage
- # Arguments
- # id: The ID of the Floorplan
- (: ID!): ProjectStageFloorplan
- # 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
- ): ProjectStageFloorplanConnection!
- # Arguments
- # id: The ID of the Image
- (: ID!): ProjectStageImage
- # 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
- ): ProjectStageImageConnection!
- # 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]
- # query: Search query of the Project stage
- # projectId: Filter project stages by project ids
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String,
- : [ID!]
- ): ProjectStageConnection!
- # 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]
- # query: Search query of the Project
- # status: Search Projects by status
- # projectType: Search Projects by project type
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String,
- : [ProjectStatusEnum!],
- : [ProjectTypeEnum!]
- ): ProjectConnection!
- # 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]
- # scopes: [Not documented]
- # ids: Search properties by multiple ids
- # query: Search query of the Property
- # listingType: Search query of the Property
- # saleOrLease: Search for properties by lease or sale
- # status: Search by status of the Property
- # tenantId: Search by tentants of the Property
- # filterSet: Find properties by filters
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : PropertyOrderEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : [PropertyScopesEnum!],
- : [ID!],
- : String,
- : [ListingTypeEnum!],
- : [SaleOrLeaseEnum!],
- : [PropertyStatusEnum!],
- : [ID!],
- : FilterSetAttributes
- ): PropertyConnection!
- # Arguments
- # polygonCoordinates: The coordinates defining the shape of the
- # Prospecting Area.
- (
- : JSON!
- ): [Property!]!
- # Arguments
- # id: The ID of the Property
- # reaId: The Rea ID of the property
- (: ID, : String): Property
- # Arguments
- # inspectionId: The ID of the inspection
- (: ID!): Property
- # Arguments
- # id: The ID of the PropertyInterest
- (: ID!): PropertyInterest
- # 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]
- # interested: [Not documented]
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : [PropertyInterestEnum!]
- ): PropertyInterestConnection!
- # Arguments
- # id: The ID of the Property Preference
- (: ID!): PropertyPreference
- # 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
- ): PropertyPreferenceConnection!
- # 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]
- # query: Search query of the Proeprty Price Change Log
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String
- ): PropertyPriceChangeLogConnection!
- # Arguments
- # id: The ID of the PropertyTag
- (: ID!): PropertyTag
- # 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]
- # query: Search query of the PropertyTag
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : PropertyTagOrderEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String
- ): PropertyTagConnection!
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # orderBy: [Not documented]
- # updatedBefore: [Not documented]
- # updatedAfter: [Not documented]
- (
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime
- ): JSON
- # Arguments
- # id: The ID of the ProspectingArea
- (: ID!): ProspectingArea
- # 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]
- # focusArea: Search by focusArea
- # completed: Search by completed
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : ProspectingOrderEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String,
- : Boolean
- ): ProspectingAreaConnection!
- # Arguments
- # id: The ID of the Purchaser
- (: ID!): Purchaser
- # 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]
- # contractId: [Not documented]
- # contactId: [Not documented]
- # contractScopes: [Not documented]
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : [ID!],
- : [ID!],
- : [ContractScopesEnum!]
- ): PurchaserConnection!
- : [ReasonToCall!]!
- # Arguments
- # id: The ID of the Postcode
- (: ID!): ReconzPostcode
- # 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]
- # query: Search query of the Postcode
- # deprecated: Search query of the Postcode
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String,
- : Boolean
- ): ReconzPostcodeConnection!
- # Arguments
- # id: The ID of the RelloPay bank account
- (: ID!): RellopayBankAccount
- # 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
- ): RellopayBankAccountConnection!
- # Arguments
- # id: The ID of the Segment
- (: ID!): Segment
- # 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]
- # query: Search query of the Segment
- # applicationView: Search query by Application View
- # resource: Search by Resource
- # userId: Search by User ID
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String,
- : String,
- : FilterableResourceEnum,
- : ID
- ): SegmentConnection!
- # Arguments
- # prospectingAreaId: The ID of the Prospecting Area
- # selectedIds: Array of selected Adress ID
- # ignoreIds: Array of ignore Address ID
- # current: current ownerships or tenancies addresses
- # contactType: Owner or Tenant
- (
- : ID,
- : [ID!],
- : [ID!],
- : Boolean,
- : String
- ): [ID!]!
- # Arguments
- # selectedIds: Array of selected Enquiry ID
- # ignoreIds: Array of ignore Enquiry ID
- # filterSet: Find enquiries by filters
- (
- : [ID!],
- : [ID!],
- : FilterSetAttributes
- ): [Enquiry!]!
- # Arguments
- # id: The ID of the SmsTemplate
- (: ID!): SmsTemplate
- # 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
- ): SmsTemplateConnection!
- # Arguments
- # id: The ID of the source
- (: ID!): Source
- # 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]
- # query: Search query of the source
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : SourceOrderEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String
- ): SourceConnection!
- # Arguments
- # id: The ID of the Task
- (: ID!): Task
- # 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]
- # query: Search query of the Task
- # userId: Find tasks by user_id
- # contactId: [Not documented]
- # appraisalId: [Not documented]
- # propertyId: [Not documented]
- # pinFilter: [Not documented]
- # group: [Not documented]
- # filterSet: Find tasks by filters
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : TaskOrderEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String,
- : [ID!],
- : [ID!],
- : [ID!],
- : [ID!],
- : PinFilterAttributes,
- : [TaskGroupEnum!],
- : FilterSetAttributes
- ): TaskConnection
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # orderBy: [Not documented]
- # updatedBefore: [Not documented]
- # updatedAfter: [Not documented]
- # query: Search query of the Task
- # contactId: [Not documented]
- # appraisalId: [Not documented]
- # propertyId: [Not documented]
- # pinFilter: [Not documented]
- # group: [Not documented]
- (
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String,
- : [ID!],
- : [ID!],
- : [ID!],
- : PinFilterAttributes,
- : [TaskGroupEnum!]
- ): Int
- # Arguments
- # id: The ID of the TaxRate
- (: ID!): TaxRate
- # 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
- ): TaxRateConnection!
- # Arguments
- # id: The ID of the Team
- (: ID!): Team
- # 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]
- # query: Search query of the Team
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String
- ): TeamConnection!
- # Arguments
- # content: content of the templatizer
- # associations: associations of the templatizer
- (
- : String!,
- : [TemplatizerAssociations!]!
- ): String
- # 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]
- # scopes: [Not documented]
- # query: [Not documented]
- # current: Only show current tenancies
- # addressId: [Not documented]
- # contactId: [Not documented]
- # addressFilterSet: Find addresses by filters
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : [TenancyScopesEnum!],
- : String,
- : Boolean,
- : [ID!],
- : [ID!],
- : FilterSetAttributes
- ): TenancyConnection!
- # Arguments
- # id: The ID of the Tenancy
- (: ID!): Tenancy
- # Arguments
- # clientId: [Not documented]
- # clientSecret: [Not documented]
- (: String!, : String!): Token
- # Arguments
- # id: The ID of the Trading Bank Account
- (: ID!): TradingBankAccount
- # 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]
- # query: Search query of the Trading bank accounts
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String
- ): TradingBankAccountConnection!
- # Arguments
- # id: The ID of the Transaction
- (: ID!): Transaction
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # orderBy: [Not documented]
- # updatedBefore: [Not documented]
- # updatedAfter: [Not documented]
- # contactId: Search transactions by contact ID
- # ledgerId: Search transactions by ledger ID
- # propertyIds: Search transactions by property IDs
- # startDateAfter: Search transactions by start date after
- # endDateBefore: Search transactions by end date before
- # reconciled: Scope by reconciled transactions
- # resource: Which table should the transactions be scoped to
- (
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : ID,
- : ID,
- : [ID!],
- : String,
- : String,
- : Boolean,
- : TransactionResourceEnum
- ): [Transaction!]
- # Arguments
- # automationId: The ID of the Automation
- # triggerInstanceId: The ID of the Trigger Instance
- (: ID!, : ID!): TriggerEdit
- # Arguments
- # id: Trust ID
- (: ID): Trust
- # Arguments
- # id: The ID of the User
- (: ID!): User
- # 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]
- # query: Search query of the User
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : String
- ): UserConnection!
- # Arguments
- # id: The ID of the Vendor
- (: ID!): Vendor
- # 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]
- # propertyId: [Not documented]
- # contactId: [Not documented]
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : OrderByEnum,
- : ISO8601DateTime,
- : ISO8601DateTime,
- : [ID!],
- : [ID!]
- ): VendorConnection!
- }
link Require by
This element is not required by anyone