OBJECT

Query

The query root of this schema

link GraphQL Schema definition

  • type Query {
  • account: 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
  • accounts(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • query: String,
  • ids: [ID!]
  • ): AccountConnection!
  • # Arguments
  • # id: The ID of the Address
  • address(id: 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
  • addresses(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • query: String,
  • country: [String!],
  • filterSet: FilterSetAttributes,
  • userId: [ID!],
  • current: Boolean
  • ): AddressConnection!
  • # Arguments
  • # polygonCoordinates: The coordinates defining the shape of the
  • # Prospecting Area.
  • addressesUsingPolygonCoordinates(
  • polygonCoordinates: JSON!
  • ): [Address!]!
  • # Arguments
  • # id: The ID of the Agent
  • agent(id: ID!): Agent
  • # Arguments
  • # id: The ID of the Agent ledger
  • agentLedger(id: ID!): AgentLedger
  • # Arguments
  • # id: The ID of the Agent ledger recurring transaction
  • agentLedgerRecurringTransaction(id: 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
  • agentLedgerRecurringTransactions(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • agentLedgerId: 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
  • agentLedgers(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: AgentLedgerOrderEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • query: String,
  • agentId: 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
  • agents(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: AgentOrderEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • query: String,
  • ids: [ID!],
  • active: Boolean,
  • accountId: String
  • ): AgentConnection!
  • # Arguments
  • # id: The ID of the Appraisal
  • appraisal(id: ID!): Appraisal
  • # Arguments
  • # id: The ID of the Vendor
  • appraisalVendor(id: 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]
  • appraisalVendors(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • appraisalId: [ID!],
  • contactId: [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
  • appraisals(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • query: String,
  • mine: Boolean,
  • listingType: [ListingTypeEnum!],
  • status: [AppraisalStatusEnum!],
  • interestLevel: [AppraisalInterestLevelEnum!],
  • filterSet: FilterSetAttributes
  • ): AppraisalConnection!
  • # Arguments
  • # id: The ID of the Automation
  • automation(id: 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
  • automations(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: AutomationsOrderEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • query: String,
  • enabled: Boolean,
  • hasSteps: Boolean,
  • isV2: Boolean
  • ): AutomationConnection
  • # Arguments
  • # id: The ID of the background job
  • backgroundJob(id: 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
  • backgroundJobs(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • type: BackgroundJobTypeEnum,
  • status: BackgroundJobStatusEnum
  • ): BackgroundJobConnection
  • # Arguments
  • # id: Bot 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
  • bots(after: String, before: String, first: Int, last: Int, query: String): BotConnection!
  • # Arguments
  • # id: The ID of the Campaign
  • campaign(id: ID!): Campaign
  • # Arguments
  • # id: The ID of the Campaign Email Log
  • campaignEmailLog(id: 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
  • campaignEmailLogs(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • actionType: [ActionTypeEnum!],
  • userIds: [ID!],
  • officeIds: [ID!],
  • contactGroupIds: [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
  • campaigns(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: CampaignOrderEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • query: String,
  • campaignType: CampaignTypeEnum,
  • status: 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
  • canDisplaySegments(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • applicationView: String,
  • resource: FilterableResourceEnum
  • ): SegmentConnection!
  • # Arguments
  • # focusAreaName: Name of the Prospecting Area
  • # id: The ID of the ProspectingArea
  • checkProspectingAreaExists(
  • focusAreaName: String!,
  • id: 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]
  • commissionCategories(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime
  • ): CommissionCategoryConnection!
  • # Arguments
  • # id: The ID of the Commission Category
  • commissionCategory(id: ID!): CommissionCategory
  • # Arguments
  • # id: The ID of the Conjunctional Agent
  • conjunctionalAgent(id: 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
  • conjunctionalAgents(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • query: String,
  • ids: [ID!],
  • active: Boolean
  • ): ConjunctionalAgentConnection!
  • # Arguments
  • # id: The ID of the Contact
  • # deleted: Include deleted records
  • contact(id: ID!, deleted: Boolean): Contact
  • # Arguments
  • # id: The ID of the Contact group
  • contactGroup(id: 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
  • contactGroups(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: ContactGroupOrderEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • query: 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
  • contacts(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • query: String,
  • email: String,
  • filterSet: FilterSetAttributes,
  • scopeFilterSet: FilterSetAttributes,
  • userId: [ID!],
  • contactGroupId: [ID!],
  • ignoreIds: [ID!],
  • deleted: Boolean
  • ): ContactConnection!
  • # Arguments
  • # id: The ID of the Contract
  • contract(id: ID!): Contract
  • # Arguments
  • # id: The ID of the Contract Allocation
  • contractAllocation(id: 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
  • contractAllocations(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • query: String,
  • unpaid: Boolean
  • ): ContractAllocationConnection!
  • # Arguments
  • # id: The ID of the Contract Deduction
  • contractDeduction(id: ID!): ContractDeduction
  • # Arguments
  • # id: The ID of the Contract Deduction Template
  • contractDeductionTemplate(id: 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
  • contractDeductionTemplates(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • code: 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]
  • contractDeductions(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime
  • ): ContractDeductionConnection!
  • # Arguments
  • # id: The ID of the Contract Expense
  • contractExpense(id: 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]
  • contractExpenses(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime
  • ): ContractExpenseConnection!
  • # Arguments
  • # id: The ID of the Contract Referral
  • contractReferral(id: 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]
  • contractReferrals(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: 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
  • contracts(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • scopes: [ContractScopesEnum!],
  • query: String,
  • propertyId: [ID!],
  • filterSet: FilterSetAttributes
  • ): ContractConnection!
  • # Arguments
  • # id: The ID of the CoreLogic property
  • coreLogicPropertyFullDetails(id: ID!): CoreLogicFullProperty
  • # Arguments
  • # id: The ID of the Custom Field Group
  • customFieldGroup(id: 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
  • customFieldGroups(
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • tab: TabEnum
  • ): [CustomFieldGroup!]!
  • # Arguments
  • # id: The ID of the Custom Field Name
  • customFieldName(id: ID!): CustomFieldName
  • # Arguments
  • # model: Filter by custom field name model
  • # ungrouped: Filter by ungrouped custom field names
  • customFieldNames(
  • model: [CustomFieldNameModelEnum!],
  • ungrouped: Boolean
  • ): [CustomFieldName!]!
  • # Arguments
  • # id: Deal 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
  • deals(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • query: String,
  • filterSet: 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
  • displayedSegments(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • applicationView: String,
  • resource: FilterableResourceEnum
  • ): SegmentConnection!
  • # Arguments
  • # id: The ID of the Document
  • document(id: 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]
  • documents(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime
  • ): DocumentConnection!
  • # Arguments
  • # id: The ID of the EmailTemplate
  • emailTemplate(id: 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]
  • emailTemplates(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: EmailTemplateOrderEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: 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
  • enquiries(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: EnquiriesOrderEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • scopes: [EnquiryScopesEnum!],
  • contactId: [ID!],
  • propertyId: [ID!],
  • userId: [ID!],
  • mine: Boolean,
  • status: StatusEnum,
  • enquiryBefore: ISO8601DateTime,
  • enquiryAfter: ISO8601DateTime,
  • filterSet: 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]
  • enquiriesCount(
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • scopes: [EnquiryScopesEnum!],
  • contactId: [ID!],
  • propertyId: [ID!],
  • userId: [ID!],
  • mine: Boolean,
  • status: StatusEnum
  • ): Int!
  • # Arguments
  • # id: The ID of the Enquiry
  • enquiry(id: ID!): Enquiry
  • # Arguments
  • # id: The ID of the Event
  • event(id: 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]
  • events(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: EventOrderEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • query: String,
  • userId: [ID!],
  • startsAfter: ISO8601DateTime,
  • startsBefore: ISO8601DateTime,
  • contactId: [ID!],
  • propertyId: [ID!],
  • appraisalId: [ID!],
  • pinFilter: 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]
  • eventsCount(
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • query: String,
  • startsAfter: ISO8601DateTime,
  • startsBefore: ISO8601DateTime,
  • contactId: [ID!],
  • propertyId: [ID!],
  • appraisalId: [ID!],
  • pinFilter: PinFilterAttributes
  • ): Int
  • # Arguments
  • # id: The ID of the Floorplan
  • floorplan(id: 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]
  • floorplans(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: 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
  • getAddresses(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: AddressesOrderEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • id: ID!,
  • filterSet: FilterSetAttributes
  • ): AddressConnection!
  • # Arguments
  • # address: The address
  • getInfoByAddress(address: String!): CoreCommonProperty
  • # Arguments
  • # id: The ID of the Image
  • image(id: 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]
  • images(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime
  • ): ImageConnection!
  • # Arguments
  • # id: The ID of the Inspection
  • inspection(id: 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]
  • inspections(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: InspectionOrderEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • scopes: [InspectionScopesEnum!],
  • propertyId: [ID!],
  • query: String,
  • pinFilter: PinFilterAttributes,
  • mine: Boolean,
  • startBefore: ISO8601DateTime,
  • startAfter: ISO8601DateTime,
  • finishBefore: ISO8601DateTime,
  • finishAfter: ISO8601DateTime
  • ): InspectionConnection!
  • # Arguments
  • # id: The ID of the Invoice
  • invoice(id: 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
  • invoices(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: InvoiceOrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • status: InvoiceStatusEnum,
  • query: String
  • ): InvoiceConnection!
  • # Arguments
  • # id: The ID of the Item Template
  • itemTemplate(id: 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]
  • itemTemplates(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime
  • ): ItemTemplateConnection!
  • # Arguments
  • # jobToken: The job_token of the Job
  • job(jobToken: String!): Job
  • # Arguments
  • # id: The ID of the Ledger
  • ledger(id: 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
  • ledgers(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • trustId: ID
  • ): LedgerConnection!
  • letterSetting: LetterSetting
  • # Arguments
  • # id: The ID of the LetterTemplate
  • letterTemplate(id: 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]
  • letterTemplates(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime
  • ): LetterTemplateConnection!
  • listingPropertyTypes: 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
  • matchContacts(
  • firstName: String!,
  • lastName: String!,
  • email: String!,
  • mobilePhone: String!
  • ): [ContactMatch!]
  • # Current user details
  • me: User!
  • # Arguments
  • # id: The ID of the Note
  • note(id: 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]
  • notes(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: NoteOrderEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • scopes: [ActivityFeedScopesEnum!],
  • contactId: [ID!],
  • propertyId: [ID!],
  • inspectionId: [ID!],
  • appraisalId: [ID!],
  • userId: [ID!],
  • officeId: [ID!],
  • listingType: [PropertyNoteListingTypeEnum!],
  • noteType: [NoteTypeEnum!],
  • dateRange: DateRangeAttributes,
  • namedDateRanges: [NamedDateRangeEnum!],
  • pinFilter: PinFilterAttributes,
  • mine: 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]
  • notesCount(
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • scopes: [ActivityFeedScopesEnum!],
  • contactId: [ID!],
  • propertyId: [ID!],
  • inspectionId: [ID!],
  • appraisalId: [ID!],
  • userId: [ID!],
  • noteType: [NoteTypeEnum!],
  • pinFilter: PinFilterAttributes,
  • mine: Boolean
  • ): Int!
  • # Arguments
  • # id: The ID of the Offer
  • offer(id: 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]
  • offers(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime
  • ): OfferConnection!
  • # Arguments
  • # id: The ID of the Office
  • office(id: 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
  • offices(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • query: String
  • ): OfficeConnection!
  • # Arguments
  • # id: The ID of the Ownership
  • ownership(id: 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
  • ownerships(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • scopes: [OwnershipScopesEnum!],
  • query: String,
  • current: Boolean,
  • addressId: [ID!],
  • contactId: [ID!],
  • addressFilterSet: FilterSetAttributes
  • ): OwnershipConnection!
  • # Arguments
  • # id: The ID of the Pin
  • pin(id: 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
  • pins(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • recordId: ID,
  • recordType: HasPinEnum
  • ): PinConnection!
  • # Arguments
  • # id: Pipeline ID
  • pipeline(id: ID): Pipeline
  • # Arguments
  • # id: Pipeline Stage ID
  • pipelineStage(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]
  • pipelineStages(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: 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
  • pipelines(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • query: 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
  • placesShapesSearch(
  • shapes: JSON!,
  • size: Int,
  • details: Boolean,
  • polygonId: 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]
  • postCategories(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime
  • ): PostCategoryConnection
  • # Arguments
  • # id: The ID of the Post Category
  • postCategory(id: ID!): PostCategory
  • # Arguments
  • # id: The ID of the Postcode
  • postcode(id: ID!): Postcode
  • # Arguments
  • # suburb: The suburb of the Postcode
  • # state: The state of the Postcode
  • # postcode: The postcode of the Postcode
  • postcodeBestMatch(
  • suburb: String!,
  • state: String!,
  • postcode: String!
  • ): Postcode
  • # Arguments
  • # suburb: The suburb of the Postcode
  • # district: The district of the Postcode
  • # locality: The locality of the Postcode
  • postcodeBestMatchNz(
  • suburb: String!,
  • district: String!,
  • locality: 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
  • postcodes(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • query: String,
  • country: [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
  • potentialTenancies(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • contactIds: [ID!],
  • propertyId: ID
  • ): PotentialTenancyConnection!
  • # Arguments
  • # id: The ID of the Potential tenancy
  • potentialTenancy(id: ID!): PotentialTenancy
  • # Arguments
  • # query: Price Finder
  • priceFinderSuggest(query: String): [PriceFinderSuggestion!]
  • # Arguments
  • # id: The ID of the Project
  • project(id: ID!): Project
  • # Arguments
  • # id: The ID of the Floorplan
  • projectFloorplan(id: 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]
  • projectFloorplans(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime
  • ): ProjectFloorplanConnection!
  • # Arguments
  • # id: The ID of the Image
  • projectImage(id: 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]
  • projectImages(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime
  • ): ProjectImageConnection!
  • # Arguments
  • # id: The ID of the Project Stage
  • projectStage(id: ID!): ProjectStage
  • # Arguments
  • # id: The ID of the Floorplan
  • projectStageFloorplan(id: 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]
  • projectStageFloorplans(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime
  • ): ProjectStageFloorplanConnection!
  • # Arguments
  • # id: The ID of the Image
  • projectStageImage(id: 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]
  • projectStageImages(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: 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
  • projectStages(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • query: String,
  • projectId: [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
  • projects(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • query: String,
  • status: [ProjectStatusEnum!],
  • projectType: [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
  • properties(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: PropertyOrderEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • scopes: [PropertyScopesEnum!],
  • ids: [ID!],
  • query: String,
  • listingType: [ListingTypeEnum!],
  • saleOrLease: [SaleOrLeaseEnum!],
  • status: [PropertyStatusEnum!],
  • tenantId: [ID!],
  • filterSet: FilterSetAttributes
  • ): PropertyConnection!
  • # Arguments
  • # polygonCoordinates: The coordinates defining the shape of the
  • # Prospecting Area.
  • propertiesUsingPolygonCoordinates(
  • polygonCoordinates: JSON!
  • ): [Property!]!
  • # Arguments
  • # id: The ID of the Property
  • # reaId: The Rea ID of the property
  • property(id: ID, reaId: String): Property
  • # Arguments
  • # inspectionId: The ID of the inspection
  • propertyByInspectionId(inspectionId: ID!): Property
  • # Arguments
  • # id: The ID of the PropertyInterest
  • propertyInterest(id: 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]
  • propertyInterests(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • interested: [PropertyInterestEnum!]
  • ): PropertyInterestConnection!
  • # Arguments
  • # id: The ID of the Property Preference
  • propertyPreference(id: 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]
  • propertyPreferences(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: 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
  • propertyPriceChangeLogs(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • query: String
  • ): PropertyPriceChangeLogConnection!
  • # Arguments
  • # id: The ID of the PropertyTag
  • propertyTag(id: 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
  • propertyTags(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: PropertyTagOrderEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • query: String
  • ): PropertyTagConnection!
  • # Arguments
  • # offset: [Not documented]
  • # limit: [Not documented]
  • # orderBy: [Not documented]
  • # updatedBefore: [Not documented]
  • # updatedAfter: [Not documented]
  • propertyTypes(
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime
  • ): JSON
  • # Arguments
  • # id: The ID of the ProspectingArea
  • prospectingArea(id: 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
  • prospectingAreas(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: ProspectingOrderEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • focusArea: String,
  • completed: Boolean
  • ): ProspectingAreaConnection!
  • # Arguments
  • # id: The ID of the Purchaser
  • purchaser(id: 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]
  • purchasers(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • contractId: [ID!],
  • contactId: [ID!],
  • contractScopes: [ContractScopesEnum!]
  • ): PurchaserConnection!
  • reasonsToCall: [ReasonToCall!]!
  • # Arguments
  • # id: The ID of the Postcode
  • reconzPostcode(id: 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
  • reconzPostcodes(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • query: String,
  • deprecated: Boolean
  • ): ReconzPostcodeConnection!
  • # Arguments
  • # id: The ID of the RelloPay bank account
  • rellopayBankAccount(id: 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]
  • rellopayBankAccounts(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime
  • ): RellopayBankAccountConnection!
  • # Arguments
  • # id: The ID of the Segment
  • segment(id: 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
  • segments(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • query: String,
  • applicationView: String,
  • resource: FilterableResourceEnum,
  • userId: 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
  • selectedContacts(
  • prospectingAreaId: ID,
  • selectedIds: [ID!],
  • ignoreIds: [ID!],
  • current: Boolean,
  • contactType: String
  • ): [ID!]!
  • # Arguments
  • # selectedIds: Array of selected Enquiry ID
  • # ignoreIds: Array of ignore Enquiry ID
  • # filterSet: Find enquiries by filters
  • selectedEnquiries(
  • selectedIds: [ID!],
  • ignoreIds: [ID!],
  • filterSet: FilterSetAttributes
  • ): [Enquiry!]!
  • # Arguments
  • # id: The ID of the SmsTemplate
  • smsTemplate(id: 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]
  • smsTemplates(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime
  • ): SmsTemplateConnection!
  • # Arguments
  • # id: The ID of the source
  • source(id: 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
  • sources(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: SourceOrderEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • query: String
  • ): SourceConnection!
  • # Arguments
  • # id: The ID of the Task
  • task(id: 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
  • tasks(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: TaskOrderEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • query: String,
  • userId: [ID!],
  • contactId: [ID!],
  • appraisalId: [ID!],
  • propertyId: [ID!],
  • pinFilter: PinFilterAttributes,
  • group: [TaskGroupEnum!],
  • filterSet: 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]
  • tasksCount(
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • query: String,
  • contactId: [ID!],
  • appraisalId: [ID!],
  • propertyId: [ID!],
  • pinFilter: PinFilterAttributes,
  • group: [TaskGroupEnum!]
  • ): Int
  • # Arguments
  • # id: The ID of the TaxRate
  • taxRate(id: 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]
  • taxRates(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime
  • ): TaxRateConnection!
  • # Arguments
  • # id: The ID of the Team
  • team(id: 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
  • teams(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • query: String
  • ): TeamConnection!
  • # Arguments
  • # content: content of the templatizer
  • # associations: associations of the templatizer
  • templatizer(
  • content: String!,
  • associations: [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
  • tenancies(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • scopes: [TenancyScopesEnum!],
  • query: String,
  • current: Boolean,
  • addressId: [ID!],
  • contactId: [ID!],
  • addressFilterSet: FilterSetAttributes
  • ): TenancyConnection!
  • # Arguments
  • # id: The ID of the Tenancy
  • tenancy(id: ID!): Tenancy
  • # Arguments
  • # clientId: [Not documented]
  • # clientSecret: [Not documented]
  • token(clientId: String!, clientSecret: String!): Token
  • # Arguments
  • # id: The ID of the Trading Bank Account
  • tradingBankAccount(id: 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
  • tradingBankAccounts(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • query: String
  • ): TradingBankAccountConnection!
  • # Arguments
  • # id: The ID of the Transaction
  • transaction(id: 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
  • transactions(
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • contactId: ID,
  • ledgerId: ID,
  • propertyIds: [ID!],
  • startDateAfter: String,
  • endDateBefore: String,
  • reconciled: Boolean,
  • resource: TransactionResourceEnum
  • ): [Transaction!]
  • # Arguments
  • # automationId: The ID of the Automation
  • # triggerInstanceId: The ID of the Trigger Instance
  • triggerEdit(automationId: ID!, triggerInstanceId: ID!): TriggerEdit
  • # Arguments
  • # id: Trust ID
  • trust(id: ID): Trust
  • # Arguments
  • # id: The ID of the User
  • user(id: 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
  • users(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • query: String
  • ): UserConnection!
  • # Arguments
  • # id: The ID of the Vendor
  • vendor(id: 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]
  • vendors(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • offset: Int,
  • limit: Int,
  • orderBy: OrderByEnum,
  • updatedBefore: ISO8601DateTime,
  • updatedAfter: ISO8601DateTime,
  • propertyId: [ID!],
  • contactId: [ID!]
  • ): VendorConnection!
  • }

link Require by

This element is not required by anyone