AuthDataMutation
Fields
| Field | Type | Description |
|---|---|---|
_deleteAppointment(input: OwnedNodeDeleteInput!) | Appointment | Delete an appointment |
_deleteName(input: OwnedNodeDeleteInput!) | Name | Delete a name |
_disconnectEventSeriesFromMusicGenre(input: DisconnectEventSeriesFromMusicGenreInput!) | EventSeries | Disconnects a music genre from an event series. |
_editAddress(input: AddressEditInput!) | Address | Edit the properties of an existing address, and append a Log |
_editAppointment(input: AppointmentEditInput!) | Appointment | Edit the properties of an existing appointment, and append a Log |
_editAsset(input: AssetEditInput!) | Asset | Edit the properties of an existing asset, and append a Log |
_editAssignment(input: AssignmentEditInput!) | Assignment | Edit the properties of an existing assignment, and append a Log |
_editBiography(input: BiographyEditInput!) | Biography | Edit the properties of an existing biography, and append a Log |
_editConfiguration(input: ConfigurationEditInput!) | Configuration | Edit the properties of an existing configuration, and append a Log |
_editEmail(input: EmailEditInput!) | Edit the properties of an existing email, and append a Log | |
_editExternalRecord(input: ExternalRecordEditInput!) | ExternalRecord | Edit the properties of an existing external record, and append a Log |
_editGenre(input: GenreEditInput!) | Genre | Edit the properties of an existing Genre, and append a Log |
_editHighlight(input: HighlightEditInput!) | Highlight | Edit the properties of an existing Highlight, and append a Log |
_editInterest(input: InterestEditInput!) | Interest | Edit the properties of an existing Interest, and append a Log |
_editMedium(input: MediumEditInput!) | Medium | Edit the properties of an existing Medium, and append a Log |
_editMisc(input: MiscEditInput!) | Misc | Edit the properties of an existing Misc, and append a Log |
_editMusicGenre(input: MusicGenreEditInput!) | MusicGenre | Edit the properties of an existing MusicGenre, and append a Log |
_editName(input: NameEditInput!) | Name | Edit the properties of an existing name, and append a Log |
_editOnlineAddress(input: OnlineAddressEditInput!) | OnlineAddress | Edit the properties of an existing online address, and append a Log |
_editParticipantMembership(input: ParticipantMembershipEditInput!) | ParticipantMembership | Edit the properties of an existing ParticipantMembership node, and append a Log |
_editPersonalAppearance(input: PersonalAppearanceEditInput!) | PersonalAppearance | Edit the properties of an existing personal appearance, and append a Log |
_editPersonalInfo(input: PersonalInfoEditInput!) | PersonalInfo | Edit the properties of an existing personal info, and append a Log |
_editPhone(input: PhoneEditInput!) | Phone | Edit the properties of an existing phone, and append a Log |
_editPlayableAge(input: PlayableAgeEditInput!) | PlayableAge | Edit the properties of an existing PlayableAge, and append a Log |
_editSkill(input: SkillEditInput!) | Skill | Edit the properties of an existing Skill, and append a Log |
_editVocation(input: VocationEditInput!) | Vocation | Edit the properties of an existing Vocation, and append a Log |
_editWorkPaper(input: WorkPaperEditInput!) | WorkPaper | Edit the properties of an existing WorkPaper, and append a Log |
_markVenueAsPrivateResidence(input: _markVenueAsPrivateResidenceInput!) | Venue | Connect Venue to 'Private Residence' and expire all other active VenueType connections. Use with caution. |
addAddress(input: AddressCreateInput!) | Address | Add a new address |
addAsset(input: AssetCreateInput!) | Asset | Adds a new asset to a party, venue, event series or event instance |
addAward(input: AwardCreateInput!) | Award | Create an Award and attach it to a Party or Content. Always NOMINATED_FOR; optionally WON when award.won is true. |
addBiography(input: BiographyCreateInput!) | Biography | Add a new biography to a party |
addClientParticipantGroup(input: addClientParticipantGroupInput!) | ParticipantGroup | Adds a new ParticipantGroup to a Client. |
addClientRepresentation(input: addClientRepresentationInput!) | Representation | Adds a new Representation to a Party. |
addConfiguration(input: ConfigurationCreateInput!) | Configuration | Add a new configuration node |
addEmail(input: EmailCreateInput!) | Add a new email to an entity | |
addEventInstance(input: EventInstanceCreateInput!) | EventInstance | Create a new event instance |
addEventInstanceDay(input: EventInstanceDayCreateInput!) | EventInstanceDay | Add a new event instance day to an event instance |
addExternalRecord(input: ExternalRecordCreateInput!) | ExternalRecord | Add a new external record |
addName(input: NameCreateInput!) | Name | Add a new name node. For historical names (with thruDate), DISPLAY type names are allowed. |
addOnlineAddress(input: OnlineAddressCreateInput!) | OnlineAddress | Add a new online address to an entity |
addPersonalAppearance(input: PersonalAppearanceCreateInput!) | PersonalAppearance | Add new personal appearance to a person that has no existing active personal appearance. |
addPersonalInfo(input: PersonalInfoCreateInput!) | PersonalInfo | Add new personal info to a person that has no existing active personal info. |
addPhone(input: PhoneCreateInput!) | Phone | Add a new phone |
addRadiusTerm(input: RadiusTermCreateInput!) | RadiusTerm | Create a new radius term |
addRepresentationAssignment(input: AssignmentCreateInput!) | Assignment | Add a new assignment to a representation |
addStageInstance(input: StageInstanceCreateInput!) | StageInstance | Add a new stage instance to an event instance |
addTerm(input: TermCreateInput!) | Term | Add a new term |
connectAppointmentToJobRole(input: ConnectAppointmentToJobRoleInput!) | Appointment | Connects a job role to an appointment. |
connectBiographyToGenre(input: ConnectBiographyToGenreInput!) | Biography | Connects Genre to Biography. |
connectBiographyToTerritory(input: ConnectBiographyToTerritoryInput!) | Biography | Connects Territory to Biography. |
connectBiographyToVocation(input: ConnectBiographyToVocationInput!) | Biography | Connects Vocation to Biography. |
connectBuyerToVenue(input: ConnectBuyerToVenueInput!) | Buyer | Connects a buyer to a venue with BUYS_FOR relationship. |
connectClientToClientCompany(input: ConnectClientToClientCompanyInput!) | Client | Connects a client to a client company. |
connectContactToBuyer(input: ConnectContactToBuyerInput!) | Contact | Connects a contact to a buyer via an appointment. |
connectContentToAward(input: ConnectContentToAwardInput!) | Content | Connects a Content to an existing Award with NOMINATED_FOR, and WON if 'won' is true. |
connectContentToGenre(input: ConnectContentToGenreInput!) | Content | Connects a Genre to a Content with HAS_GENRE. |
connectContentToMedium(input: ConnectContentToMediumInput!) | Content | Connects a Medium to a Content with HAS_MEDIUM. |
connectEventSeriesToMusicGenre(input: ConnectEventSeriesToMusicGenreInput!) | EventSeries | Connects MusicGenre to EventSeries. |
connectEventSeriesToVenue(input: ConnectEventSeriesToVenueInput!) | EventSeries | Connects an event series to a venue via HAPPENS_AT relationship. |
connectExternalRecordToMembership(input: ConnectExternalRecordToMembershipInput!) | ExternalRecord | Connects an external record to a participant membership with ATTACHED_TO relationship. |
connectExternalRecordToParticipantGroup(input: ConnectExternalRecordToParticipantGroupInput!) | ExternalRecord | Connect an existing external record to a participant group. |
connectHighlightToHighlight(input: ConnectHighlightToHighlightInput!) | Highlight | Connects a parent Highlight to a child Highlight. |
connectInterestToInterest(input: ConnectInterestToInterestInput!) | Interest | Connects a parent Interest to a child Interest. |
connectMediumToMedium(input: ConnectMediumToMediumInput!) | Medium | Connects a parent Medium to a child Medium. |
connectMiscToMisc(input: ConnectMiscToMiscInput!) | Misc | Connects a parent Misc to a child Misc. |
connectMusicGenreToMusicGenre(input: ConnectMusicGenreToMusicGenreInput!) | MusicGenre | Connects a parent MusicGenre to a child MusicGenre. |
connectOperatorToVenue(input: ConnectOperatorToVenueInput!) | Buyer | Connects an operator to a venue with an IS_OPERATOR_OF relationship. |
connectParticipantToParticipantGroup(input: ConnectParticipantToParticipantGroupInput!) | ParticipantGroup | Connect a non-owner participant to an existing participant group by creating a membership. |
connectPartyToAward(input: ConnectPartyToAwardInput!) | SuperParty | Connects a Party to an existing Award with NOMINATED_FOR, and WON if 'won' is true. |
connectPartyToHighlight(input: ConnectPartyToHighlightInput!) | SuperParty | Connects Highlight to Party. |
connectPartyToInterest(input: ConnectPartyToInterestInput!) | SuperParty | Connects Interest to Party. |
connectPartyToLanguage(input: ConnectPartyToLanguageInput!) | SuperParty | Connects Language to Party. |
connectPartyToMedium(input: ConnectPartyToMediumInput!) | SuperParty | Connects Medium to Party. |
connectPartyToMisc(input: ConnectPartyToMiscInput!) | SuperParty | Connects Misc to Party. |
connectPartyToPlayableAge(input: ConnectPartyToPlayableAgeInput!) | SuperParty | Connects PlayableAge to Party. |
connectPartyToSkill(input: ConnectPartyToSkillInput!) | SuperParty | Connects Skill to Party. |
connectPartyToVocation(input: ConnectPartyToVocationInput!) | SuperParty | Connects Vocation to Party. |
connectPartyToWorkPaper(input: ConnectPartyToWorkPaperInput!) | SuperParty | Connects WorkPaper to Party. |
connectPlayableAgeToPlayableAge(input: ConnectPlayableAgeToPlayableAgeInput!) | PlayableAge | Connects a parent PlayableAge to a child PlayableAge. |
connectRepresentationToMusicGenre(input: ConnectRepresentationToMusicGenreInput!) | Representation | Connects MusicGenre to Representation. |
connectSkillToSkill(input: ConnectSkillToSkillInput!) | Skill | Connects a parent Skill to a child Skill. |
connectVenueToVenue(input: ConnectVenueToVenueInput!) | Venue | Connects a parent Venue to a child bookable Venue. |
connectVenueToVenueType(input: ConnectVenueToVenueTypeInput!) | Venue | Connects a Venue to a VenueType with a HAS_VENUE_TYPE relationship. |
connectVocationToVocation(input: ConnectVocationToVocationInput!) | Vocation | Connects a parent Vocation to a child Vocation. |
createBuyer(input: BuyerCreateInput!) | Buyer | Create a new buyer |
createClient(input: ClientCreateInput!) | Client | Create a new client |
createContact(input: ContactCreateInput!) | Contact | Create a new contact |
createContent(input: ContentCreateInput!) | Content | Create a new content record. Supports connecting to existing genres and inline award creation. |
createEventSeries(input: EventSeriesCreateInput!) | EventSeries | Create a new event series |
createEventSeriesType(input: EventSeriesTypeCreateInput!) | EventSeriesType | Create a new event series type |
createGenre(input: GenreCreateInput!) | Genre | Create a new Genre |
createHighlight(input: HighlightCreateInput!) | Highlight | Create a new Highlight |
createInterest(input: InterestCreateInput!) | Interest | Create a new Interest |
createJobRole(input: JobRoleInput!) | JobRole | Create a new job role |
createLanguage(input: LanguageInput!) | Language | Add a new language node |
createMedium(input: MediumCreateInput!) | Medium | Create a new Medium |
createMisc(input: MiscCreateInput!) | Misc | Create a new Misc |
createMusicGenre(input: MusicGenreCreateInput!) | MusicGenre | Create a new MusicGenre |
createPlayableAge(input: PlayableAgeCreateInput!) | PlayableAge | Create a new PlayableAge |
createRepArea(input: RepAreaInput!) | RepArea | Create a new rep area |
createSkill(input: SkillCreateInput!) | Skill | Create a new Skill |
createTalent(input: TalentCreateInput!) | Talent | Create a new talent |
createTerritory(input: TerritoryCreateInput!) | Territory | Create a new territory |
createVenue(input: VenueCreateInput!) | Venue | Create a new venue |
createVenueType(input: VenueTypeCreateInput!) | VenueType | Create a new venue type |
createVocation(input: VocationCreateInput!) | Vocation | Create a new Vocation |
createWorkPaper(input: WorkPaperCreateInput!) | WorkPaper | Create a new WorkPaper |
deactivateAddress(input: OwnedNodeDeactivateInput!) | Address | Deactivate an address |
deactivateAppointment(input: OwnedNodeDeactivateInput!) | Appointment | Deactivate an appointment |
deactivateAppointmentJobRole(input: DeactivateAppointmentJobRoleInput!) | Appointment | Deactivate the HAS_JOB_ROLE relationship between the appointment and the specified job role. |
deactivateAsset(input: deactivateAssetInput!) | Asset | Deactivate an asset |
deactivateAssignment(input: OwnedNodeDeactivateInput!) | Assignment | Deactivate an assignment |
deactivateBiography(input: OwnedNodeDeactivateInput!) | Biography | Deactivate a biography |
deactivateClient(input: DeactivateClientInput!) | Client | Deactivate a Party's Client Role, transitioning them to Talent. |
deactivateConfiguration(input: OwnedNodeDeactivateInput!) | Configuration | Deactivate a configuration |
deactivateEmail(input: OwnedNodeDeactivateInput!) | Deactivate an email | |
deactivateEventSeriesFromVenue(input: DeactivateEventSeriesFromVenueInput!) | EventSeries | Deactivate the HAPPENS_AT relationship between the event series and the specified venue. |
deactivateExternalRecord(input: OwnedNodeDeactivateInput!) | ExternalRecord | Deactivate an external record |
deactivateGenreFromBiography(input: DeactivateGenreFromBiographyInput!) | Biography | Deactivate the relationship between the Biography and the specified Genre. |
deactivateGenreFromContent(input: DeactivateGenreFromContentInput!) | Content | Deactivates the HAS_GENRE relationship between a Content and a Genre. |
deactivateHighlightFromHighlight(input: DeactivateHighlightFromHighlightInput!) | Highlight | Deactivate the CHILD_OF relationship between the parent Highlight and the child Highlight. |
deactivateHighlightFromParty(input: DeactivateHighlightFromPartyInput!) | SuperParty | Deactivate the relationship between the Party and the specified Highlight. |
deactivateInterestFromInterest(input: DeactivateInterestFromInterestInput!) | Interest | Deactivate the CHILD_OF relationship between the parent Interest and the child Interest. |
deactivateInterestFromParty(input: DeactivateInterestFromPartyInput!) | SuperParty | Deactivate the relationship between the Party and the specified Interest. |
deactivateLanguageFromParty(input: DeactivateLanguageFromPartyInput!) | SuperParty | Deactivate the relationship between the Party and the specified Language. |
deactivateMediumFromContent(input: DeactivateMediumFromContentInput!) | Content | Deactivates the HAS_MEDIUM relationship between a Content and a Medium. |
deactivateMediumFromMedium(input: DeactivateMediumFromMediumInput!) | Medium | Deactivate the CHILD_OF relationship between the parent Medium and the child Medium. |
deactivateMediumFromParty(input: DeactivateMediumFromPartyInput!) | SuperParty | Deactivate the relationship between the Party and the specified Medium. |
deactivateMiscFromMisc(input: DeactivateMiscFromMiscInput!) | Misc | Deactivate the CHILD_OF relationship between the parent Misc and the child Misc. |
deactivateMiscFromParty(input: DeactivateMiscFromPartyInput!) | SuperParty | Deactivate the relationship between the Party and the specified Misc. |
deactivateMusicGenreFromMusicGenre(input: DeactivateMusicGenreFromMusicGenreInput!) | MusicGenre | Deactivate the SUBGENRE_OF relationship between the parent MusicGenre and the child MusicGenre. |
deactivateMusicGenreFromRepresentation(input: DeactivateMusicGenreFromRepresentationInput!) | Representation | Deactivate the relationship between the Representation and the specified MusicGenre. |
deactivateName(input: OwnedNodeDeactivateInput!) | Name | Deactivate a name |
deactivateOnlineAddress(input: OwnedNodeDeactivateInput!) | OnlineAddress | Deactivate an online address |
deactivateParticipantMembership(input: OwnedNodeDeactivateInput!) | ParticipantMembership | Deactivate a participant membership |
deactivatePersonalAppearance(input: OwnedNodeDeactivateInput!) | PersonalAppearance | Deactivate existing personal appearance |
deactivatePersonalInfo(input: OwnedNodeDeactivateInput!) | PersonalInfo | Deactivate existing personal info |
deactivatePhone(input: OwnedNodeDeactivateInput!) | Phone | Deactivate a phone |
deactivatePlayableAgeFromParty(input: DeactivatePlayableAgeFromPartyInput!) | SuperParty | Deactivate the relationship between the Party and the specified PlayableAge. |
deactivatePlayableAgeFromPlayableAge(input: DeactivatePlayableAgeFromPlayableAgeInput!) | PlayableAge | Deactivate the CHILD_OF relationship between the parent PlayableAge and the child PlayableAge. |
deactivateRepresentation(input: OwnedNodeDeactivateInput!) | Representation | Deactivate a representation |
deactivateSkillFromParty(input: DeactivateSkillFromPartyInput!) | SuperParty | Deactivate the relationship between the Party and the specified Skill. |
deactivateSkillFromSkill(input: DeactivateSkillFromSkillInput!) | Skill | Deactivate the CHILD_OF relationship between the parent Skill and the child Skill. |
deactivateTerritoryFromBiography(input: DeactivateTerritoryFromBiographyInput!) | Biography | Deactivate the relationship between the Biography and the specified Territory. |
deactivateVenue(input: OwnedNodeDeactivateInput!) | Venue | Deactivate a venue |
deactivateVenueBuyer(input: deactivateVenueBuyerInput!) | Buyer | Deactivate a buyer connected to a venue as a buyer. |
deactivateVenueOperator(input: deactivateVenueOperatorInput!) | Buyer | Deactivate an operator connected to a venue. |
deactivateVenueToVenue(input: DeactivateVenueToVenueInput!) | Venue | Deactivate the HAS_SUBVENUE relationship between the parent venue and the child venue. |
deactivateVenueType(input: DeactivateVenueTypeInput!) | Venue | Deactivate the HAS_VENUE_TYPE relationship between the venue and the specified venue type. |
deactivateVocationFromBiography(input: DeactivateVocationFromBiographyInput!) | Biography | Deactivate the relationship between the Biography and the specified Vocation. |
deactivateVocationFromParty(input: DeactivateVocationFromPartyInput!) | SuperParty | Deactivate the relationship between the Party and the specified Vocation. |
deactivateVocationFromVocation(input: DeactivateVocationFromVocationInput!) | Vocation | Deactivate the CHILD_OF relationship between the parent Vocation and the child Vocation. |
deactivateWorkPaperFromParty(input: DeactivateWorkPaperFromPartyInput!) | SuperParty | Deactivate the relationship between the Party and the specified WorkPaper. |
dedupeParties(input: PartyDedupeInput!) | SuperParty | Deduplicate two parties by choosing one as a primary |
dedupeVenues(input: DedupeVenueInput!) | Venue | Deduplicate two venues by choosing one as a primary |
editEventInstance(input: EventInstanceEditInput!) | EventInstance | Edit an existing event instance |
editEventSeries(input: EventSeriesEditInput!) | EventSeries | Edit an existing event series |
mergeEmployees(input: [EmployeeMergeInput!]!) | [Employee!] | Create or update employees. |
setDisplayName(input: SetDisplayNameInput!) | Name | Set the display name for an entity |
setGeoArea(input: SetGeoAreaInput!) | GeoArea | Set a new geoArea connected to supplied territories/countries |
setRepArea ⚠️(input: setRepAreaInput!) | RepArea | Creates a new REPPED_AS relationship between a representation and a rep area |
setVenueBookable(input: SetVenueBookableInput!) | Venue | Set a venue as bookable or non-bookable |