AuthDataQuery
Fields
| Field | Type | Description |
|---|---|---|
getAllAreas(criteria: GetAllAreasCriteriaInput) | GetAllAreasResult | Get all areas. |
getAllContinents(criteria: GetAllContinentsCriteriaInput) | GetAllContinentsResult | Get all continents. |
getAllCountries(criteria: GetAllCountriesCriteriaInput) | GetAllCountriesResult | Get all countries. |
getAllDepartments(criteria: GetAllDepartmentsCriteriaInput) | GetAllDepartmentsResult | Get all departments. |
getAllEnums | EnumGetAllResultShape! | Retrieve all enum names defined in the GraphQL schema. |
getAllEventSeriesTypes(criteria: EventSeriesTypesGetAllCriteriaInput) | EventSeriesTypesGetAllResult! | Retrieves all event series types available. |
getAllExternalRecords(criteria: GetAllExternalRecordsCriteriaInput!) | GetAllExternalRecordsResult | Get all external records filtered by record type. |
getAllExternalTeamRoles(criteria: GetAllExternalTeamRolesCriteriaInput) | GetAllExternalTeamRolesResult | Get all external team roles. |
getAllGenres(criteria: GetAllGenresCriteriaInput) | GetAllGenresResult | Get all Genres |
getAllHighlights(criteria: GetAllHighlightsCriteriaInput) | GetAllHighlightsResult | Get all Highlights |
getAllInterests(criteria: GetAllInterestsCriteriaInput) | GetAllInterestsResult | Get all Interests |
getAllJobRoles(criteria: GetAllJobRolesCriteriaInput) | GetAllJobRolesResult | Get all job roles. |
getAllLanguages(criteria: GetAllLanguagesCriteriaInput) | GetAllLanguagesResult | Get all languages. |
getAllMedia(criteria: GetAllMediaCriteriaInput) | GetAllMediaResult | Get all Media |
getAllMiscs(criteria: GetAllMiscsCriteriaInput) | GetAllMiscsResult | Get all Miscs |
getAllMusicGenres(criteria: GetAllMusicGenresCriteriaInput) | GetAllMusicGenresResult | Get all music genres. |
getAllPlayableAges(criteria: GetAllPlayableAgesCriteriaInput) | GetAllPlayableAgesResult | Get all PlayableAges |
getAllRegions(criteria: GetAllRegionsCriteriaInput) | GetAllRegionsResult | Get all regions. |
getAllRepAreas(criteria: GetAllRepAreasCriteriaInput) | GetAllRepAreasResult | Get all representation areas. |
getAllRoles(criteria: GetAllRolesCriteriaInput) | GetAllRolesResult | Get all roles. |
getAllSkills(criteria: GetAllSkillsCriteriaInput) | GetAllSkillsResult | Get all Skills |
getAllTerritories(criteria: GetAllTerritoriesCriteriaInput) | GetAllTerritoriesResult | Get all territories with pagination and sorting |
getAllVenueTypes(criteria: VenueTypesGetAllCriteriaInput) | VenueTypesGetAllResult! | Retrieves all venue types available. |
getAllVocations(criteria: GetAllVocationsCriteriaInput) | GetAllVocationsResult | Get all Vocations |
getAllWorkPapers(criteria: GetAllWorkPapersCriteriaInput) | GetAllWorkPapersResult | Get all WorkPapers |
helperExternalRecordTypeMetadata | [ExternalRecordTypeMetadata!] | Get metadata about how each external record type should be used, including field requirements. |
lookupBuyers(criteria: LookupCriteriaInput!) | [Buyer!] | |
lookupClients(criteria: LookupCriteriaInput!) | [Client!] | |
lookupContacts(criteria: LookupCriteriaInput!) | [Contact!] | |
lookupEmployees(criteria: LookupCriteriaInput!) | [Employee!] | |
lookupEventInstance(criteria: LookupCriteriaInput!) | [EventInstance!] | |
lookupEventSeries(criteria: LookupCriteriaInput!) | [EventSeries!] | |
lookupParties(criteria: LookupCriteriaInput!) | [SuperParty!] | |
lookupVenues(criteria: LookupCriteriaInput!) | [Venue!] | |
precheckBuyer(input: BuyerCreateInput!) | [PartyPrecheckResult!] | Validates the input for createBuyer and returns potential duplicates for review. |
precheckClient(input: ClientCreateInput!) | [PartyPrecheckResult!] | Validates the input for createClient and returns potential duplicates for review. |
precheckContact(input: ContactCreateInput!) | [PartyPrecheckResult!] | Validates the input for createContact and returns potential duplicates for review. |
precheckTalent(input: TalentCreateInput!) | [PartyPrecheckResult!] | Validates the input for createTalent and returns potential duplicates for review. |
precheckVenue(input: VenueCreateInput!) | [VenuePrecheckResult!] | Validates the input for the createVenue mutation and returns potential duplicates for review. |
searchBuyers(criteria: BuyerSearchCriteriaInput) | BuyerSearchResult | Search buyers by a term. |
searchClients(criteria: ClientSearchCriteriaInput) | ClientSearchResult | Search clients by a term. |
searchContacts(criteria: ContactSearchCriteriaInput) | ContactSearchResult | Search contacts by a term. |
searchEventSeries(criteria: EventSeriesSearchCriteriaInput) | EventSeriesSearchResult | Search event series by a term. |
searchParties(criteria: PartySearchCriteriaInput) | PartySearchResult | Search parties by a term. |
searchVenues(criteria: VenueSearchCriteriaInput) | VenueSearchResult | Search venues by a term. |
translateExternalRecords(criteria: TranslateExternalRecordsInput!) | [TranslateExternalRecordsResult!] |