RootQueryType

Fields

appointment(id:null!)Appointment

Get an appointment by ID.

appointments(filter:AppointmentsFilterfirst:Intoffset:Int)[Appointment]
bindingOffer(id:null!)BindingOffer
buyer(id:null!)Buyer

Get a Buyer by ID.

buyers(filter:BuyersFilterfirst:Int)[Buyer]
checklist(id:null!)Checklist
checklistTemplate(id:null!)ChecklistTemplate
checklists[Checklist]
commissionDisbursements(filter:CommissionDisbursementsFilterfirst:Intoffset:Int)[CommissionDisbursement]
commissions(filter:CommissionsFilterfirst:Intoffset:Int)[Commission]
customExport(id:null!)CustomExport

Get a custom export by ID.

customReport(id:null!)CustomReport

Get a custom report by ID.

deposits(filter:DepositsFilterfirst:Intoffset:Int)[Deposit]
event(id:null!)Event

Get an event by ID.

events(first:Int)[Event]
lead(id:null!)Lead

Get a Lead by ID.

leads(filter:LeadsFilterfirst:Intoffset:IntorderBy:LeadsOrder)[Lead]
nearestCityNearestCity

Uses the IP address of the viewer to determine the closest city Edgewise operates in.

negotiations(filter:NegotiationsFilterfirst:Int)[Negotiation]
offers(filter:OffersFilterfirst:Int)[BindingOffer]
organization(id:null!)Organization

Get an organization by ID. Slug can be used as ID.

organizationIntegration(id:null!)OrganizationIntegration

Get an organization integration by ID.

organizationIntegrationApps[IntegrationApp]

List all available organization integration apps.

paymentIntent(id:null!)StripePaymentIntent
paymentMethod(id:null!)StripePaymentMethod
payments(filter:PaymentsFilterfirst:Intoffset:Int)[Payment]
payouts(filter:PayoutsFilterfirst:Intoffset:Int)[Payout]
project(id:null!)Project

Get a Project by ID. The project's slug can be used as the ID.

projects(filter:ProjectsFilterfirst:IntorderBy:ProjectsOrderByCriteria)[Project]

Returns all affiliated projects. Default is to sort by last updated.

publicProject(id:null!)Project

DEPRECATED. Use project query.

publicProjects(filter:ProjectsFilterCriteriaindexed:BooleanorderBy:ProjectsOrderByCriteria)[Project]

Returns public projects. Default is to return all projects, sorted by Edgewise Index. You can filter by city, as well as change the sort order. Some fields are permission restricted, and will return null if you (the viewer) do not have permission.

recentlySoldUnits[Unit]

Returns last 50 sold units.

renderingHouseRenderingHouse
reservation(id:null!)Reservation

Get a reservation by ID.

reservations(filter:ReservationsFilterfirst:Intoffset:Int)[Reservation]
segment(id:null!)Segment
segments(filter:SegmentsFilter)[Segment]
setupIntent(id:null!)StripeSetupIntent
singleSend(id:null!)SingleSend
singleSends(filter:SingleSendsFilter)[SingleSendSummary]
tasks(filter:TasksFilter)[Task]
unit(id:null!)Unit

Get a Unit by ID.

user(id:null!)User

Get a User by ID. The User's slug can be used as the ID.

userIntegration(id:null!)UserIntegration
userIntegrationApps[IntegrationApp]

List all available user integration apps.

viewerUser

The user associated with the authentication token.