Skip to main content

AccordMemberLocation

Where a candidate is based. Every field is always null today: no CRM contact fetcher returns a location, and meeting participants never carry one.

type AccordMemberLocation {
city: String
state: String
country: String
}

Fields

AccordMemberLocation.city ● String scalar

City the candidate is based in.

AccordMemberLocation.state ● String scalar

State or region the candidate is based in.

AccordMemberLocation.country ● String scalar

Country the candidate is based in.

Member Of

AutoSeedCandidatePayload object