Skip to content

Mutations

Mutations are used to create, update, or delete data.

_deleteAppointment

Deprecated

Deprecated. Use authData { _deleteAppointment } instead.

Delete an appointment

graphql
_deleteAppointment(input: OwnedNodeDeleteInput!): Appointment

Arguments

NameTypeDescription
inputOwnedNodeDeleteInput!

Returns: Appointment

_deleteName

Deprecated

Deprecated. Use authData { _deleteName } instead.

Delete a name

graphql
_deleteName(input: OwnedNodeDeleteInput!): Name

Arguments

NameTypeDescription
inputOwnedNodeDeleteInput!

Returns: Name

_disconnectEventSeriesFromMusicGenre

Deprecated

Deprecated. Use authData { _disconnectEventSeriesFromMusicGenre } instead.

Disconnects a music genre from an event series.

graphql
_disconnectEventSeriesFromMusicGenre(input: DisconnectEventSeriesFromMusicGenreInput!): EventSeries

Arguments

NameTypeDescription
inputDisconnectEventSeriesFromMusicGenreInput!The input to disconnect a music genre from an event series

Returns: EventSeries

_editAddress

Deprecated

Deprecated. Use authData { _editAddress } instead.

Edit the properties of an existing address, and append a Log

graphql
_editAddress(input: AddressEditInput!): Address

Arguments

NameTypeDescription
inputAddressEditInput!

Returns: Address

_editAppointment

Deprecated

Deprecated. Use authData { _editAppointment } instead.

Edit the properties of an existing appointment, and append a Log

graphql
_editAppointment(input: AppointmentEditInput!): Appointment

Arguments

NameTypeDescription
inputAppointmentEditInput!

Returns: Appointment

_editAsset

Deprecated

Deprecated. Use authData { _editAsset } instead.

Edit the properties of an existing asset, and append a Log

graphql
_editAsset(input: AssetEditInput!): Asset

Arguments

NameTypeDescription
inputAssetEditInput!

Returns: Asset

_editAssignment

Deprecated

Deprecated. Use authData { _editAssignment } instead.

Edit the properties of an existing assignment, and append a Log

graphql
_editAssignment(input: AssignmentEditInput!): Assignment

Arguments

NameTypeDescription
inputAssignmentEditInput!

Returns: Assignment

_editBiography

Deprecated

Deprecated. Use authData { _editBiography } instead.

Edit the properties of an existing biography, and append a Log

graphql
_editBiography(input: BiographyEditInput!): Biography

Arguments

NameTypeDescription
inputBiographyEditInput!

Returns: Biography

_editConfiguration

Deprecated

Deprecated. Use authData { _editConfiguration } instead.

Edit the properties of an existing configuration, and append a Log

graphql
_editConfiguration(input: ConfigurationEditInput!): Configuration

Arguments

NameTypeDescription
inputConfigurationEditInput!

Returns: Configuration

_editEmail

Deprecated

Deprecated. Use authData { _editEmail } instead.

Edit the properties of an existing email, and append a Log

graphql
_editEmail(input: EmailEditInput!): Email

Arguments

NameTypeDescription
inputEmailEditInput!

Returns: Email

_editExternalRecord

Deprecated

Deprecated. Use authData { _editExternalRecord } instead.

Edit the properties of an existing external record, and append a Log

graphql
_editExternalRecord(input: ExternalRecordEditInput!): ExternalRecord

Arguments

NameTypeDescription
inputExternalRecordEditInput!

Returns: ExternalRecord

_editGenre

Deprecated

Deprecated. Use authData { _editGenre } instead.

Edit the properties of an existing Genre, and append a Log

graphql
_editGenre(input: GenreEditInput!): Genre

Arguments

NameTypeDescription
inputGenreEditInput!

Returns: Genre

_editHighlight

Deprecated

Deprecated. Use authData { _editHighlight } instead.

Edit the properties of an existing Highlight, and append a Log

graphql
_editHighlight(input: HighlightEditInput!): Highlight

Arguments

NameTypeDescription
inputHighlightEditInput!

Returns: Highlight

_editInterest

Deprecated

Deprecated. Use authData { _editInterest } instead.

Edit the properties of an existing Interest, and append a Log

graphql
_editInterest(input: InterestEditInput!): Interest

Arguments

NameTypeDescription
inputInterestEditInput!

Returns: Interest

_editMedium

Deprecated

Deprecated. Use authData { _editMedium } instead.

Edit the properties of an existing Medium, and append a Log

graphql
_editMedium(input: MediumEditInput!): Medium

Arguments

NameTypeDescription
inputMediumEditInput!

Returns: Medium

_editMisc

Deprecated

Deprecated. Use authData { _editMisc } instead.

Edit the properties of an existing Misc, and append a Log

graphql
_editMisc(input: MiscEditInput!): Misc

Arguments

NameTypeDescription
inputMiscEditInput!

Returns: Misc

_editMusicGenre

Deprecated

Deprecated. Use authData { _editMusicGenre } instead.

Edit the properties of an existing MusicGenre, and append a Log

graphql
_editMusicGenre(input: MusicGenreEditInput!): MusicGenre

Arguments

NameTypeDescription
inputMusicGenreEditInput!

Returns: MusicGenre

_editName

Deprecated

Deprecated. Use authData { _editName } instead.

Edit the properties of an existing name, and append a Log

graphql
_editName(input: NameEditInput!): Name

Arguments

NameTypeDescription
inputNameEditInput!

Returns: Name

_editOnlineAddress

Deprecated

Deprecated. Use authData { _editOnlineAddress } instead.

Edit the properties of an existing online address, and append a Log

graphql
_editOnlineAddress(input: OnlineAddressEditInput!): OnlineAddress

Arguments

NameTypeDescription
inputOnlineAddressEditInput!

Returns: OnlineAddress

_editParticipantMembership

Deprecated

Deprecated. Use authData { _editParticipantMembership } instead.

Edit the properties of an existing ParticipantMembership node, and append a Log

graphql
_editParticipantMembership(input: ParticipantMembershipEditInput!): ParticipantMembership

Arguments

NameTypeDescription
inputParticipantMembershipEditInput!

Returns: ParticipantMembership

_editPersonalAppearance

Deprecated

Deprecated. Use authData { _editPersonalAppearance } instead.

Edit the properties of an existing personal appearance, and append a Log

graphql
_editPersonalAppearance(input: PersonalAppearanceEditInput!): PersonalAppearance

Arguments

NameTypeDescription
inputPersonalAppearanceEditInput!

Returns: PersonalAppearance

_editPersonalInfo

Deprecated

Deprecated. Use authData { _editPersonalInfo } instead.

Edit the properties of an existing personal info, and append a Log

graphql
_editPersonalInfo(input: PersonalInfoEditInput!): PersonalInfo

Arguments

NameTypeDescription
inputPersonalInfoEditInput!

Returns: PersonalInfo

_editPhone

Deprecated

Deprecated. Use authData { _editPhone } instead.

Edit the properties of an existing phone, and append a Log

graphql
_editPhone(input: PhoneEditInput!): Phone

Arguments

NameTypeDescription
inputPhoneEditInput!

Returns: Phone

_editPlayableAge

Deprecated

Deprecated. Use authData { _editPlayableAge } instead.

Edit the properties of an existing PlayableAge, and append a Log

graphql
_editPlayableAge(input: PlayableAgeEditInput!): PlayableAge

Arguments

NameTypeDescription
inputPlayableAgeEditInput!

Returns: PlayableAge

_editSkill

Deprecated

Deprecated. Use authData { _editSkill } instead.

Edit the properties of an existing Skill, and append a Log

graphql
_editSkill(input: SkillEditInput!): Skill

Arguments

NameTypeDescription
inputSkillEditInput!

Returns: Skill

_editVocation

Deprecated

Deprecated. Use authData { _editVocation } instead.

Edit the properties of an existing Vocation, and append a Log

graphql
_editVocation(input: VocationEditInput!): Vocation

Arguments

NameTypeDescription
inputVocationEditInput!

Returns: Vocation

_editWorkPaper

Deprecated

Deprecated. Use authData { _editWorkPaper } instead.

Edit the properties of an existing WorkPaper, and append a Log

graphql
_editWorkPaper(input: WorkPaperEditInput!): WorkPaper

Arguments

NameTypeDescription
inputWorkPaperEditInput!

Returns: WorkPaper

_markVenueAsPrivateResidence

Deprecated

Deprecated. Use authData { _markVenueAsPrivateResidence } instead.

Connect Venue to 'Private Residence' and expire all other active VenueType connections. Use with caution.

graphql
_markVenueAsPrivateResidence(input: _markVenueAsPrivateResidenceInput!): Venue

Arguments

NameTypeDescription
input_markVenueAsPrivateResidenceInput!

Returns: Venue

addAddress

Deprecated

Deprecated. Use authData { addAddress } instead.

Add a new address

graphql
addAddress(input: AddressCreateInput!): Address

Arguments

NameTypeDescription
inputAddressCreateInput!

Returns: Address

addAsset

Deprecated

Deprecated. Use authData { addAsset } instead.

Adds a new asset to a party, venue, event series or event instance

graphql
addAsset(input: AssetCreateInput!): Asset

Arguments

NameTypeDescription
inputAssetCreateInput!The input to add a new asset to a party, venue, event series or event instance.

Returns: Asset

addAward

Deprecated

Deprecated. Use authData { addAward } instead.

Create an Award and attach it to a Party or Content. Always NOMINATED_FOR; optionally WON when award.won is true.

graphql
addAward(input: AwardCreateInput!): Award

Arguments

NameTypeDescription
inputAwardCreateInput!

Returns: Award

addBiography

Deprecated

Deprecated. Use authData { addBiography } instead.

Add a new biography to a party

graphql
addBiography(input: BiographyCreateInput!): Biography

Arguments

NameTypeDescription
inputBiographyCreateInput!

Returns: Biography

addClientParticipantGroup

Deprecated

Deprecated. Use authData { addClientParticipantGroup } instead.

Adds a new ParticipantGroup to a Client.

graphql
addClientParticipantGroup(input: addClientParticipantGroupInput!): ParticipantGroup

Arguments

NameTypeDescription
inputaddClientParticipantGroupInput!

Returns: ParticipantGroup

addClientRepresentation

Deprecated

Deprecated. Use authData { addClientRepresentation } instead.

Adds a new Representation to a Party.

graphql
addClientRepresentation(input: addClientRepresentationInput!): Representation

Arguments

NameTypeDescription
inputaddClientRepresentationInput!

Returns: Representation

addConfiguration

Deprecated

Deprecated. Use authData { addConfiguration } instead.

Add a new configuration node

graphql
addConfiguration(input: ConfigurationCreateInput!): Configuration

Arguments

NameTypeDescription
inputConfigurationCreateInput!

Returns: Configuration

addEmail

Deprecated

Deprecated. Use authData { addEmail } instead.

Add a new email to an entity

graphql
addEmail(input: EmailCreateInput!): Email

Arguments

NameTypeDescription
inputEmailCreateInput!

Returns: Email

addEventInstance

Deprecated

Deprecated. Use authData { addEventInstance } instead.

Create a new event instance

graphql
addEventInstance(input: EventInstanceCreateInput!): EventInstance

Arguments

NameTypeDescription
inputEventInstanceCreateInput!The event instance fields necessary for creation

Returns: EventInstance

addEventInstanceDay

Deprecated

Deprecated. Use authData { addEventInstanceDay } instead.

Add a new event instance day to an event instance

graphql
addEventInstanceDay(input: EventInstanceDayCreateInput!): EventInstanceDay

Arguments

NameTypeDescription
inputEventInstanceDayCreateInput!

Returns: EventInstanceDay

addExternalRecord

Deprecated

Deprecated. Use authData { addExternalRecord } instead.

Add a new external record

graphql
addExternalRecord(input: ExternalRecordCreateInput!): ExternalRecord

Arguments

NameTypeDescription
inputExternalRecordCreateInput!

Returns: ExternalRecord

addName

Deprecated

Deprecated. Use authData { addName } instead.

Add a new name node. For historical names (with thruDate), DISPLAY type names are allowed.

graphql
addName(input: NameCreateInput!): Name

Arguments

NameTypeDescription
inputNameCreateInput!

Returns: Name

addOnlineAddress

Deprecated

Deprecated. Use authData { addOnlineAddress } instead.

Add a new online address to an entity

graphql
addOnlineAddress(input: OnlineAddressCreateInput!): OnlineAddress

Arguments

NameTypeDescription
inputOnlineAddressCreateInput!

Returns: OnlineAddress

addPersonalAppearance

Deprecated

Deprecated. Use authData { addPersonalAppearance } instead.

Add new personal appearance to a person that has no existing active personal appearance.

graphql
addPersonalAppearance(input: PersonalAppearanceCreateInput!): PersonalAppearance

Arguments

NameTypeDescription
inputPersonalAppearanceCreateInput!

Returns: PersonalAppearance

addPersonalInfo

Deprecated

Deprecated. Use authData { addPersonalInfo } instead.

Add new personal info to a person that has no existing active personal info.

graphql
addPersonalInfo(input: PersonalInfoCreateInput!): PersonalInfo

Arguments

NameTypeDescription
inputPersonalInfoCreateInput!

Returns: PersonalInfo

addPhone

Deprecated

Deprecated. Use authData { addPhone } instead.

Add a new phone

graphql
addPhone(input: PhoneCreateInput!): Phone

Arguments

NameTypeDescription
inputPhoneCreateInput!

Returns: Phone

addRadiusTerm

Deprecated

Deprecated. Use authData { addRadiusTerm } instead.

Create a new radius term

graphql
addRadiusTerm(input: RadiusTermCreateInput!): RadiusTerm

Arguments

NameTypeDescription
inputRadiusTermCreateInput!The radius term fields necessary for creation

Returns: RadiusTerm

addRepresentationAssignment

Deprecated

Deprecated. Use authData { addRepresentationAssignment } instead.

Add a new assignment to a representation

graphql
addRepresentationAssignment(input: AssignmentCreateInput!): Assignment

Arguments

NameTypeDescription
inputAssignmentCreateInput!

Returns: Assignment

addStageInstance

Deprecated

Deprecated. Use authData { addStageInstance } instead.

Add a new stage instance to an event instance

graphql
addStageInstance(input: StageInstanceCreateInput!): StageInstance

Arguments

NameTypeDescription
inputStageInstanceCreateInput!

Returns: StageInstance

addTerm

Deprecated

Deprecated. Use authData { addTerm } instead.

Add a new term

graphql
addTerm(input: TermCreateInput!): Term

Arguments

NameTypeDescription
inputTermCreateInput!

Returns: Term

authData

Namespaced container for authoritative data mutations.

graphql
authData: AuthDataMutation

Returns: AuthDataMutation

connectAppointmentToJobRole

Deprecated

Deprecated. Use authData { connectAppointmentToJobRole } instead.

Connects a job role to an appointment.

graphql
connectAppointmentToJobRole(input: ConnectAppointmentToJobRoleInput!): Appointment

Arguments

NameTypeDescription
inputConnectAppointmentToJobRoleInput!The input to connect a job role to an appointment

Returns: Appointment

connectBiographyToGenre

Deprecated

Deprecated. Use authData { connectBiographyToGenre } instead.

Connects Genre to Biography.

graphql
connectBiographyToGenre(input: ConnectBiographyToGenreInput!): Biography

Arguments

NameTypeDescription
inputConnectBiographyToGenreInput!

Returns: Biography

connectBiographyToTerritory

Deprecated

Deprecated. Use authData { connectBiographyToTerritory } instead.

Connects Territory to Biography.

graphql
connectBiographyToTerritory(input: ConnectBiographyToTerritoryInput!): Biography

Arguments

NameTypeDescription
inputConnectBiographyToTerritoryInput!

Returns: Biography

connectBiographyToVocation

Deprecated

Deprecated. Use authData { connectBiographyToVocation } instead.

Connects Vocation to Biography.

graphql
connectBiographyToVocation(input: ConnectBiographyToVocationInput!): Biography

Arguments

NameTypeDescription
inputConnectBiographyToVocationInput!

Returns: Biography

connectBuyerToVenue

Deprecated

Deprecated. Use authData { connectBuyerToVenue } instead.

Connects a buyer to a venue with BUYS_FOR relationship.

graphql
connectBuyerToVenue(input: ConnectBuyerToVenueInput!): Buyer

Arguments

NameTypeDescription
inputConnectBuyerToVenueInput!The input to connect a buyer to a venue

Returns: Buyer

connectClientToClientCompany

Deprecated

Deprecated. Use authData { connectClientToClientCompany } instead.

Connects a client to a client company.

graphql
connectClientToClientCompany(input: ConnectClientToClientCompanyInput!): Client

Arguments

NameTypeDescription
inputConnectClientToClientCompanyInput!

Returns: Client

connectContactToBuyer

Deprecated

Deprecated. Use authData { connectContactToBuyer } instead.

Connects a contact to a buyer via an appointment.

graphql
connectContactToBuyer(input: ConnectContactToBuyerInput!): Contact

Arguments

NameTypeDescription
inputConnectContactToBuyerInput!

Returns: Contact

connectContentToAward

Deprecated

Deprecated. Use authData { connectContentToAward } instead.

Connects a Content to an existing Award with NOMINATED_FOR, and WON if 'won' is true.

graphql
connectContentToAward(input: ConnectContentToAwardInput!): Content

Arguments

NameTypeDescription
inputConnectContentToAwardInput!

Returns: Content

connectContentToGenre

Deprecated

Deprecated. Use authData { connectContentToGenre } instead.

Connects a Genre to a Content with HAS_GENRE.

graphql
connectContentToGenre(input: ConnectContentToGenreInput!): Content

Arguments

NameTypeDescription
inputConnectContentToGenreInput!The input to connect a genre to a content

Returns: Content

connectContentToMedium

Deprecated

Deprecated. Use authData { connectContentToMedium } instead.

Connects a Medium to a Content with HAS_MEDIUM.

graphql
connectContentToMedium(input: ConnectContentToMediumInput!): Content

Arguments

NameTypeDescription
inputConnectContentToMediumInput!The input to connect a medium to a content

Returns: Content

connectEventSeriesToMusicGenre

Deprecated

Deprecated. Use authData { connectEventSeriesToMusicGenre } instead.

Connects MusicGenre to EventSeries.

graphql
connectEventSeriesToMusicGenre(input: ConnectEventSeriesToMusicGenreInput!): EventSeries

Arguments

NameTypeDescription
inputConnectEventSeriesToMusicGenreInput!The input to connect EventSeries to MusicGenre

Returns: EventSeries

connectEventSeriesToVenue

Deprecated

Deprecated. Use authData { connectEventSeriesToVenue } instead.

Connects an event series to a venue via HAPPENS_AT relationship.

graphql
connectEventSeriesToVenue(input: ConnectEventSeriesToVenueInput!): EventSeries

Arguments

NameTypeDescription
inputConnectEventSeriesToVenueInput!The input to connect an event series to a venue

Returns: EventSeries

connectExternalRecordToMembership

Deprecated

Deprecated. Use authData { connectExternalRecordToMembership } instead.

Connects an external record to a participant membership with ATTACHED_TO relationship.

graphql
connectExternalRecordToMembership(input: ConnectExternalRecordToMembershipInput!): ExternalRecord

Arguments

NameTypeDescription
inputConnectExternalRecordToMembershipInput!The input to connect an external record to a participant membership

Returns: ExternalRecord

connectExternalRecordToParticipantGroup

Deprecated

Deprecated. Use authData { connectExternalRecordToParticipantGroup } instead.

Connect an existing external record to a participant group.

graphql
connectExternalRecordToParticipantGroup(input: ConnectExternalRecordToParticipantGroupInput!): ExternalRecord

Arguments

NameTypeDescription
inputConnectExternalRecordToParticipantGroupInput!

Returns: ExternalRecord

connectHighlightToHighlight

Deprecated

Deprecated. Use authData { connectHighlightToHighlight } instead.

Connects a parent Highlight to a child Highlight.

graphql
connectHighlightToHighlight(input: ConnectHighlightToHighlightInput!): Highlight

Arguments

NameTypeDescription
inputConnectHighlightToHighlightInput!The input to connect parent Highlight to child Highlight

Returns: Highlight

connectInterestToInterest

Deprecated

Deprecated. Use authData { connectInterestToInterest } instead.

Connects a parent Interest to a child Interest.

graphql
connectInterestToInterest(input: ConnectInterestToInterestInput!): Interest

Arguments

NameTypeDescription
inputConnectInterestToInterestInput!The input to connect parent Interest to child Interest

Returns: Interest

connectMediumToMedium

Deprecated

Deprecated. Use authData { connectMediumToMedium } instead.

Connects a parent Medium to a child Medium.

graphql
connectMediumToMedium(input: ConnectMediumToMediumInput!): Medium

Arguments

NameTypeDescription
inputConnectMediumToMediumInput!The input to connect parent Medium to child Medium

Returns: Medium

connectMiscToMisc

Deprecated

Deprecated. Use authData { connectMiscToMisc } instead.

Connects a parent Misc to a child Misc.

graphql
connectMiscToMisc(input: ConnectMiscToMiscInput!): Misc

Arguments

NameTypeDescription
inputConnectMiscToMiscInput!The input to connect parent Misc to child Misc

Returns: Misc

connectMusicGenreToMusicGenre

Deprecated

Deprecated. Use authData { connectMusicGenreToMusicGenre } instead.

Connects a parent MusicGenre to a child MusicGenre.

graphql
connectMusicGenreToMusicGenre(input: ConnectMusicGenreToMusicGenreInput!): MusicGenre

Arguments

NameTypeDescription
inputConnectMusicGenreToMusicGenreInput!The input to connect parent MusicGenre to child MusicGenre

Returns: MusicGenre

connectOperatorToVenue

Deprecated

Deprecated. Use authData { connectOperatorToVenue } instead.

Connects an operator to a venue with an IS_OPERATOR_OF relationship.

graphql
connectOperatorToVenue(input: ConnectOperatorToVenueInput!): Buyer

Arguments

NameTypeDescription
inputConnectOperatorToVenueInput!The input to connect an operator to a venue

Returns: Buyer

connectParticipantToParticipantGroup

Deprecated

Deprecated. Use authData { connectParticipantToParticipantGroup } instead.

Connect a non-owner participant to an existing participant group by creating a membership.

graphql
connectParticipantToParticipantGroup(input: ConnectParticipantToParticipantGroupInput!): ParticipantGroup

Arguments

NameTypeDescription
inputConnectParticipantToParticipantGroupInput!

Returns: ParticipantGroup

connectPartyToAward

Deprecated

Deprecated. Use authData { connectPartyToAward } instead.

Connects a Party to an existing Award with NOMINATED_FOR, and WON if 'won' is true.

graphql
connectPartyToAward(input: ConnectPartyToAwardInput!): SuperParty

Arguments

NameTypeDescription
inputConnectPartyToAwardInput!

Returns: SuperParty

connectPartyToHighlight

Deprecated

Deprecated. Use authData { connectPartyToHighlight } instead.

Connects Highlight to Party.

graphql
connectPartyToHighlight(input: ConnectPartyToHighlightInput!): SuperParty

Arguments

NameTypeDescription
inputConnectPartyToHighlightInput!The input to connect Party to Highlight

Returns: SuperParty

connectPartyToInterest

Deprecated

Deprecated. Use authData { connectPartyToInterest } instead.

Connects Interest to Party.

graphql
connectPartyToInterest(input: ConnectPartyToInterestInput!): SuperParty

Arguments

NameTypeDescription
inputConnectPartyToInterestInput!The input to connect Party to Interest

Returns: SuperParty

connectPartyToLanguage

Deprecated

Deprecated. Use authData { connectPartyToLanguage } instead.

Connects Language to Party.

graphql
connectPartyToLanguage(input: ConnectPartyToLanguageInput!): SuperParty

Arguments

NameTypeDescription
inputConnectPartyToLanguageInput!

Returns: SuperParty

connectPartyToMedium

Deprecated

Deprecated. Use authData { connectPartyToMedium } instead.

Connects Medium to Party.

graphql
connectPartyToMedium(input: ConnectPartyToMediumInput!): SuperParty

Arguments

NameTypeDescription
inputConnectPartyToMediumInput!The input to connect Party to Medium

Returns: SuperParty

connectPartyToMisc

Deprecated

Deprecated. Use authData { connectPartyToMisc } instead.

Connects Misc to Party.

graphql
connectPartyToMisc(input: ConnectPartyToMiscInput!): SuperParty

Arguments

NameTypeDescription
inputConnectPartyToMiscInput!The input to connect Party to Misc

Returns: SuperParty

connectPartyToPlayableAge

Deprecated

Deprecated. Use authData { connectPartyToPlayableAge } instead.

Connects PlayableAge to Party.

graphql
connectPartyToPlayableAge(input: ConnectPartyToPlayableAgeInput!): SuperParty

Arguments

NameTypeDescription
inputConnectPartyToPlayableAgeInput!The input to connect Party to PlayableAge

Returns: SuperParty

connectPartyToSkill

Deprecated

Deprecated. Use authData { connectPartyToSkill } instead.

Connects Skill to Party.

graphql
connectPartyToSkill(input: ConnectPartyToSkillInput!): SuperParty

Arguments

NameTypeDescription
inputConnectPartyToSkillInput!The input to connect Party to Skill

Returns: SuperParty

connectPartyToVocation

Deprecated

Deprecated. Use authData { connectPartyToVocation } instead.

Connects Vocation to Party.

graphql
connectPartyToVocation(input: ConnectPartyToVocationInput!): SuperParty

Arguments

NameTypeDescription
inputConnectPartyToVocationInput!The input to connect Party to Vocation

Returns: SuperParty

connectPartyToWorkPaper

Deprecated

Deprecated. Use authData { connectPartyToWorkPaper } instead.

Connects WorkPaper to Party.

graphql
connectPartyToWorkPaper(input: ConnectPartyToWorkPaperInput!): SuperParty

Arguments

NameTypeDescription
inputConnectPartyToWorkPaperInput!The input to connect Party to WorkPaper

Returns: SuperParty

connectPlayableAgeToPlayableAge

Deprecated

Deprecated. Use authData { connectPlayableAgeToPlayableAge } instead.

Connects a parent PlayableAge to a child PlayableAge.

graphql
connectPlayableAgeToPlayableAge(input: ConnectPlayableAgeToPlayableAgeInput!): PlayableAge

Arguments

NameTypeDescription
inputConnectPlayableAgeToPlayableAgeInput!The input to connect parent PlayableAge to child PlayableAge

Returns: PlayableAge

connectRepresentationToMusicGenre

Deprecated

Deprecated. Use authData { connectRepresentationToMusicGenre } instead.

Connects MusicGenre to Representation.

graphql
connectRepresentationToMusicGenre(input: ConnectRepresentationToMusicGenreInput!): Representation

Arguments

NameTypeDescription
inputConnectRepresentationToMusicGenreInput!The input to connect Representation to MusicGenre

Returns: Representation

connectSkillToSkill

Deprecated

Deprecated. Use authData { connectSkillToSkill } instead.

Connects a parent Skill to a child Skill.

graphql
connectSkillToSkill(input: ConnectSkillToSkillInput!): Skill

Arguments

NameTypeDescription
inputConnectSkillToSkillInput!The input to connect parent Skill to child Skill

Returns: Skill

connectVenueToVenue

Deprecated

Deprecated. Use authData { connectVenueToVenue } instead.

Connects a parent Venue to a child bookable Venue.

graphql
connectVenueToVenue(input: ConnectVenueToVenueInput!): Venue

Arguments

NameTypeDescription
inputConnectVenueToVenueInput!

Returns: Venue

connectVenueToVenueType

Deprecated

Deprecated. Use authData { connectVenueToVenueType } instead.

Connects a Venue to a VenueType with a HAS_VENUE_TYPE relationship.

graphql
connectVenueToVenueType(input: ConnectVenueToVenueTypeInput!): Venue

Arguments

NameTypeDescription
inputConnectVenueToVenueTypeInput!

Returns: Venue

connectVocationToVocation

Deprecated

Deprecated. Use authData { connectVocationToVocation } instead.

Connects a parent Vocation to a child Vocation.

graphql
connectVocationToVocation(input: ConnectVocationToVocationInput!): Vocation

Arguments

NameTypeDescription
inputConnectVocationToVocationInput!The input to connect parent Vocation to child Vocation

Returns: Vocation

createBuyer

Deprecated

Deprecated. Use authData { createBuyer } instead.

Create a new buyer

graphql
createBuyer(input: BuyerCreateInput!): Buyer

Arguments

NameTypeDescription
inputBuyerCreateInput!The buyer fields necessary for creation

Returns: Buyer

createClient

Deprecated

Deprecated. Use authData { createClient } instead.

Create a new client

graphql
createClient(input: ClientCreateInput!): Client

Arguments

NameTypeDescription
inputClientCreateInput!The client fields necessary for creation

Returns: Client

createContact

Deprecated

Deprecated. Use authData { createContact } instead.

Create a new contact

graphql
createContact(input: ContactCreateInput!): Contact

Arguments

NameTypeDescription
inputContactCreateInput!The contact fields necessary for creation

Returns: Contact

createContent

Deprecated

Deprecated. Use authData { createContent } instead.

Create a new content record. Supports connecting to existing genres and inline award creation.

graphql
createContent(input: ContentCreateInput!): Content

Arguments

NameTypeDescription
inputContentCreateInput!The content fields necessary for creation

Returns: Content

createEventSeries

Deprecated

Deprecated. Use authData { createEventSeries } instead.

Create a new event series

graphql
createEventSeries(input: EventSeriesCreateInput!): EventSeries

Arguments

NameTypeDescription
inputEventSeriesCreateInput!The event series fields necessary for creation

Returns: EventSeries

createEventSeriesType

Deprecated

Deprecated. Use authData { createEventSeriesType } instead.

Create a new event series type

graphql
createEventSeriesType(input: EventSeriesTypeCreateInput!): EventSeriesType

Arguments

NameTypeDescription
inputEventSeriesTypeCreateInput!The event series type fields necessary for creation

Returns: EventSeriesType

createGenre

Deprecated

Deprecated. Use authData { createGenre } instead.

Create a new Genre

graphql
createGenre(input: GenreCreateInput!): Genre

Arguments

NameTypeDescription
inputGenreCreateInput!The Genre fields necessary for creation

Returns: Genre

createHighlight

Deprecated

Deprecated. Use authData { createHighlight } instead.

Create a new Highlight

graphql
createHighlight(input: HighlightCreateInput!): Highlight

Arguments

NameTypeDescription
inputHighlightCreateInput!The Highlight fields necessary for creation

Returns: Highlight

createInterest

Deprecated

Deprecated. Use authData { createInterest } instead.

Create a new Interest

graphql
createInterest(input: InterestCreateInput!): Interest

Arguments

NameTypeDescription
inputInterestCreateInput!The Interest fields necessary for creation

Returns: Interest

createJobRole

Deprecated

Deprecated. Use authData { createJobRole } instead.

Create a new job role

graphql
createJobRole(input: JobRoleInput!): JobRole

Arguments

NameTypeDescription
inputJobRoleInput!

Returns: JobRole

createLanguage

Deprecated

Deprecated. Use authData { createLanguage } instead.

Add a new language node

graphql
createLanguage(input: LanguageInput!): Language

Arguments

NameTypeDescription
inputLanguageInput!

Returns: Language

createMedium

Deprecated

Deprecated. Use authData { createMedium } instead.

Create a new Medium

graphql
createMedium(input: MediumCreateInput!): Medium

Arguments

NameTypeDescription
inputMediumCreateInput!The Medium fields necessary for creation

Returns: Medium

createMisc

Deprecated

Deprecated. Use authData { createMisc } instead.

Create a new Misc

graphql
createMisc(input: MiscCreateInput!): Misc

Arguments

NameTypeDescription
inputMiscCreateInput!The Misc fields necessary for creation

Returns: Misc

createMusicGenre

Deprecated

Deprecated. Use authData { createMusicGenre } instead.

Create a new MusicGenre

graphql
createMusicGenre(input: MusicGenreCreateInput!): MusicGenre

Arguments

NameTypeDescription
inputMusicGenreCreateInput!The MusicGenre fields necessary for creation

Returns: MusicGenre

createPlayableAge

Deprecated

Deprecated. Use authData { createPlayableAge } instead.

Create a new PlayableAge

graphql
createPlayableAge(input: PlayableAgeCreateInput!): PlayableAge

Arguments

NameTypeDescription
inputPlayableAgeCreateInput!The PlayableAge fields necessary for creation

Returns: PlayableAge

createRepArea

Deprecated

Deprecated. Use authData { createRepArea } instead.

Create a new rep area

graphql
createRepArea(input: RepAreaInput!): RepArea

Arguments

NameTypeDescription
inputRepAreaInput!

Returns: RepArea

createSkill

Deprecated

Deprecated. Use authData { createSkill } instead.

Create a new Skill

graphql
createSkill(input: SkillCreateInput!): Skill

Arguments

NameTypeDescription
inputSkillCreateInput!The Skill fields necessary for creation

Returns: Skill

createTalent

Deprecated

Deprecated. Use authData { createTalent } instead.

Create a new talent

graphql
createTalent(input: TalentCreateInput!): Talent

Arguments

NameTypeDescription
inputTalentCreateInput!The talent fields necessary for creation

Returns: Talent

createTerritory

Deprecated

Deprecated. Use authData { createTerritory } instead.

Create a new territory

graphql
createTerritory(input: TerritoryCreateInput!): Territory

Arguments

NameTypeDescription
inputTerritoryCreateInput!

Returns: Territory

createVenue

Deprecated

Deprecated. Use authData { createVenue } instead.

Create a new venue

graphql
createVenue(input: VenueCreateInput!): Venue

Arguments

NameTypeDescription
inputVenueCreateInput!The venue fields necessary for creation

Returns: Venue

createVenueType

Deprecated

Deprecated. Use authData { createVenueType } instead.

Create a new venue type

graphql
createVenueType(input: VenueTypeCreateInput!): VenueType

Arguments

NameTypeDescription
inputVenueTypeCreateInput!The venue type fields necessary for creation

Returns: VenueType

createVocation

Deprecated

Deprecated. Use authData { createVocation } instead.

Create a new Vocation

graphql
createVocation(input: VocationCreateInput!): Vocation

Arguments

NameTypeDescription
inputVocationCreateInput!The Vocation fields necessary for creation

Returns: Vocation

createWorkPaper

Deprecated

Deprecated. Use authData { createWorkPaper } instead.

Create a new WorkPaper

graphql
createWorkPaper(input: WorkPaperCreateInput!): WorkPaper

Arguments

NameTypeDescription
inputWorkPaperCreateInput!The WorkPaper fields necessary for creation

Returns: WorkPaper

deactivateAddress

Deprecated

Deprecated. Use authData { deactivateAddress } instead.

Deactivate an address

graphql
deactivateAddress(input: OwnedNodeDeactivateInput!): Address

Arguments

NameTypeDescription
inputOwnedNodeDeactivateInput!

Returns: Address

deactivateAppointment

Deprecated

Deprecated. Use authData { deactivateAppointment } instead.

Deactivate an appointment

graphql
deactivateAppointment(input: OwnedNodeDeactivateInput!): Appointment

Arguments

NameTypeDescription
inputOwnedNodeDeactivateInput!

Returns: Appointment

deactivateAppointmentJobRole

Deprecated

Deprecated. Use authData { deactivateAppointmentJobRole } instead.

Deactivate the HAS_JOB_ROLE relationship between the appointment and the specified job role.

graphql
deactivateAppointmentJobRole(input: DeactivateAppointmentJobRoleInput!): Appointment

Arguments

NameTypeDescription
inputDeactivateAppointmentJobRoleInput!

Returns: Appointment

deactivateAsset

Deprecated

Deprecated. Use authData { deactivateAsset } instead.

Deactivate an asset

graphql
deactivateAsset(input: deactivateAssetInput!): Asset

Arguments

NameTypeDescription
inputdeactivateAssetInput!

Returns: Asset

deactivateAssignment

Deprecated

Deprecated. Use authData { deactivateAssignment } instead.

Deactivate an assignment

graphql
deactivateAssignment(input: OwnedNodeDeactivateInput!): Assignment

Arguments

NameTypeDescription
inputOwnedNodeDeactivateInput!

Returns: Assignment

deactivateBiography

Deprecated

Deprecated. Use authData { deactivateBiography } instead.

Deactivate a biography

graphql
deactivateBiography(input: OwnedNodeDeactivateInput!): Biography

Arguments

NameTypeDescription
inputOwnedNodeDeactivateInput!

Returns: Biography

deactivateClient

Deprecated

Deprecated. Use authData { deactivateClient } instead.

Deactivate a Party's Client Role, transitioning them to Talent.

graphql
deactivateClient(input: DeactivateClientInput!): Client

Arguments

NameTypeDescription
inputDeactivateClientInput!

Returns: Client

deactivateConfiguration

Deprecated

Deprecated. Use authData { deactivateConfiguration } instead.

Deactivate a configuration

graphql
deactivateConfiguration(input: OwnedNodeDeactivateInput!): Configuration

Arguments

NameTypeDescription
inputOwnedNodeDeactivateInput!

Returns: Configuration

deactivateEmail

Deprecated

Deprecated. Use authData { deactivateEmail } instead.

Deactivate an email

graphql
deactivateEmail(input: OwnedNodeDeactivateInput!): Email

Arguments

NameTypeDescription
inputOwnedNodeDeactivateInput!

Returns: Email

deactivateEventSeriesFromVenue

Deprecated

Deprecated. Use authData { deactivateEventSeriesFromVenue } instead.

Deactivate the HAPPENS_AT relationship between the event series and the specified venue.

graphql
deactivateEventSeriesFromVenue(input: DeactivateEventSeriesFromVenueInput!): EventSeries

Arguments

NameTypeDescription
inputDeactivateEventSeriesFromVenueInput!

Returns: EventSeries

deactivateExternalRecord

Deprecated

Deprecated. Use authData { deactivateExternalRecord } instead.

Deactivate an external record

graphql
deactivateExternalRecord(input: OwnedNodeDeactivateInput!): ExternalRecord

Arguments

NameTypeDescription
inputOwnedNodeDeactivateInput!

Returns: ExternalRecord

deactivateGenreFromBiography

Deprecated

Deprecated. Use authData { deactivateGenreFromBiography } instead.

Deactivate the relationship between the Biography and the specified Genre.

graphql
deactivateGenreFromBiography(input: DeactivateGenreFromBiographyInput!): Biography

Arguments

NameTypeDescription
inputDeactivateGenreFromBiographyInput!

Returns: Biography

deactivateGenreFromContent

Deprecated

Deprecated. Use authData { deactivateGenreFromContent } instead.

Deactivates the HAS_GENRE relationship between a Content and a Genre.

graphql
deactivateGenreFromContent(input: DeactivateGenreFromContentInput!): Content

Arguments

NameTypeDescription
inputDeactivateGenreFromContentInput!

Returns: Content

deactivateHighlightFromHighlight

Deprecated

Deprecated. Use authData { deactivateHighlightFromHighlight } instead.

Deactivate the CHILD_OF relationship between the parent Highlight and the child Highlight.

graphql
deactivateHighlightFromHighlight(input: DeactivateHighlightFromHighlightInput!): Highlight

Arguments

NameTypeDescription
inputDeactivateHighlightFromHighlightInput!

Returns: Highlight

deactivateHighlightFromParty

Deprecated

Deprecated. Use authData { deactivateHighlightFromParty } instead.

Deactivate the relationship between the Party and the specified Highlight.

graphql
deactivateHighlightFromParty(input: DeactivateHighlightFromPartyInput!): SuperParty

Arguments

NameTypeDescription
inputDeactivateHighlightFromPartyInput!

Returns: SuperParty

deactivateInterestFromInterest

Deprecated

Deprecated. Use authData { deactivateInterestFromInterest } instead.

Deactivate the CHILD_OF relationship between the parent Interest and the child Interest.

graphql
deactivateInterestFromInterest(input: DeactivateInterestFromInterestInput!): Interest

Arguments

NameTypeDescription
inputDeactivateInterestFromInterestInput!

Returns: Interest

deactivateInterestFromParty

Deprecated

Deprecated. Use authData { deactivateInterestFromParty } instead.

Deactivate the relationship between the Party and the specified Interest.

graphql
deactivateInterestFromParty(input: DeactivateInterestFromPartyInput!): SuperParty

Arguments

NameTypeDescription
inputDeactivateInterestFromPartyInput!

Returns: SuperParty

deactivateLanguageFromParty

Deprecated

Deprecated. Use authData { deactivateLanguageFromParty } instead.

Deactivate the relationship between the Party and the specified Language.

graphql
deactivateLanguageFromParty(input: DeactivateLanguageFromPartyInput!): SuperParty

Arguments

NameTypeDescription
inputDeactivateLanguageFromPartyInput!

Returns: SuperParty

deactivateMediumFromContent

Deprecated

Deprecated. Use authData { deactivateMediumFromContent } instead.

Deactivates the HAS_MEDIUM relationship between a Content and a Medium.

graphql
deactivateMediumFromContent(input: DeactivateMediumFromContentInput!): Content

Arguments

NameTypeDescription
inputDeactivateMediumFromContentInput!

Returns: Content

deactivateMediumFromMedium

Deprecated

Deprecated. Use authData { deactivateMediumFromMedium } instead.

Deactivate the CHILD_OF relationship between the parent Medium and the child Medium.

graphql
deactivateMediumFromMedium(input: DeactivateMediumFromMediumInput!): Medium

Arguments

NameTypeDescription
inputDeactivateMediumFromMediumInput!

Returns: Medium

deactivateMediumFromParty

Deprecated

Deprecated. Use authData { deactivateMediumFromParty } instead.

Deactivate the relationship between the Party and the specified Medium.

graphql
deactivateMediumFromParty(input: DeactivateMediumFromPartyInput!): SuperParty

Arguments

NameTypeDescription
inputDeactivateMediumFromPartyInput!

Returns: SuperParty

deactivateMiscFromMisc

Deprecated

Deprecated. Use authData { deactivateMiscFromMisc } instead.

Deactivate the CHILD_OF relationship between the parent Misc and the child Misc.

graphql
deactivateMiscFromMisc(input: DeactivateMiscFromMiscInput!): Misc

Arguments

NameTypeDescription
inputDeactivateMiscFromMiscInput!

Returns: Misc

deactivateMiscFromParty

Deprecated

Deprecated. Use authData { deactivateMiscFromParty } instead.

Deactivate the relationship between the Party and the specified Misc.

graphql
deactivateMiscFromParty(input: DeactivateMiscFromPartyInput!): SuperParty

Arguments

NameTypeDescription
inputDeactivateMiscFromPartyInput!

Returns: SuperParty

deactivateMusicGenreFromMusicGenre

Deprecated

Deprecated. Use authData { deactivateMusicGenreFromMusicGenre } instead.

Deactivate the SUBGENRE_OF relationship between the parent MusicGenre and the child MusicGenre.

graphql
deactivateMusicGenreFromMusicGenre(input: DeactivateMusicGenreFromMusicGenreInput!): MusicGenre

Arguments

NameTypeDescription
inputDeactivateMusicGenreFromMusicGenreInput!

Returns: MusicGenre

deactivateMusicGenreFromRepresentation

Deprecated

Deprecated. Use authData { deactivateMusicGenreFromRepresentation } instead.

Deactivate the relationship between the Representation and the specified MusicGenre.

graphql
deactivateMusicGenreFromRepresentation(input: DeactivateMusicGenreFromRepresentationInput!): Representation

Arguments

NameTypeDescription
inputDeactivateMusicGenreFromRepresentationInput!

Returns: Representation

deactivateName

Deprecated

Deprecated. Use authData { deactivateName } instead.

Deactivate a name

graphql
deactivateName(input: OwnedNodeDeactivateInput!): Name

Arguments

NameTypeDescription
inputOwnedNodeDeactivateInput!

Returns: Name

deactivateOnlineAddress

Deprecated

Deprecated. Use authData { deactivateOnlineAddress } instead.

Deactivate an online address

graphql
deactivateOnlineAddress(input: OwnedNodeDeactivateInput!): OnlineAddress

Arguments

NameTypeDescription
inputOwnedNodeDeactivateInput!

Returns: OnlineAddress

deactivateParticipantMembership

Deprecated

Deprecated. Use authData { deactivateParticipantMembership } instead.

Deactivate a participant membership

graphql
deactivateParticipantMembership(input: OwnedNodeDeactivateInput!): ParticipantMembership

Arguments

NameTypeDescription
inputOwnedNodeDeactivateInput!

Returns: ParticipantMembership

deactivatePersonalAppearance

Deprecated

Deprecated. Use authData { deactivatePersonalAppearance } instead.

Deactivate existing personal appearance

graphql
deactivatePersonalAppearance(input: OwnedNodeDeactivateInput!): PersonalAppearance

Arguments

NameTypeDescription
inputOwnedNodeDeactivateInput!

Returns: PersonalAppearance

deactivatePersonalInfo

Deprecated

Deprecated. Use authData { deactivatePersonalInfo } instead.

Deactivate existing personal info

graphql
deactivatePersonalInfo(input: OwnedNodeDeactivateInput!): PersonalInfo

Arguments

NameTypeDescription
inputOwnedNodeDeactivateInput!

Returns: PersonalInfo

deactivatePhone

Deprecated

Deprecated. Use authData { deactivatePhone } instead.

Deactivate a phone

graphql
deactivatePhone(input: OwnedNodeDeactivateInput!): Phone

Arguments

NameTypeDescription
inputOwnedNodeDeactivateInput!

Returns: Phone

deactivatePlayableAgeFromParty

Deprecated

Deprecated. Use authData { deactivatePlayableAgeFromParty } instead.

Deactivate the relationship between the Party and the specified PlayableAge.

graphql
deactivatePlayableAgeFromParty(input: DeactivatePlayableAgeFromPartyInput!): SuperParty

Arguments

NameTypeDescription
inputDeactivatePlayableAgeFromPartyInput!

Returns: SuperParty

deactivatePlayableAgeFromPlayableAge

Deprecated

Deprecated. Use authData { deactivatePlayableAgeFromPlayableAge } instead.

Deactivate the CHILD_OF relationship between the parent PlayableAge and the child PlayableAge.

graphql
deactivatePlayableAgeFromPlayableAge(input: DeactivatePlayableAgeFromPlayableAgeInput!): PlayableAge

Arguments

NameTypeDescription
inputDeactivatePlayableAgeFromPlayableAgeInput!

Returns: PlayableAge

deactivateRepresentation

Deprecated

Deprecated. Use authData { deactivateRepresentation } instead.

Deactivate a representation

graphql
deactivateRepresentation(input: OwnedNodeDeactivateInput!): Representation

Arguments

NameTypeDescription
inputOwnedNodeDeactivateInput!

Returns: Representation

deactivateSkillFromParty

Deprecated

Deprecated. Use authData { deactivateSkillFromParty } instead.

Deactivate the relationship between the Party and the specified Skill.

graphql
deactivateSkillFromParty(input: DeactivateSkillFromPartyInput!): SuperParty

Arguments

NameTypeDescription
inputDeactivateSkillFromPartyInput!

Returns: SuperParty

deactivateSkillFromSkill

Deprecated

Deprecated. Use authData { deactivateSkillFromSkill } instead.

Deactivate the CHILD_OF relationship between the parent Skill and the child Skill.

graphql
deactivateSkillFromSkill(input: DeactivateSkillFromSkillInput!): Skill

Arguments

NameTypeDescription
inputDeactivateSkillFromSkillInput!

Returns: Skill

deactivateTerritoryFromBiography

Deprecated

Deprecated. Use authData { deactivateTerritoryFromBiography } instead.

Deactivate the relationship between the Biography and the specified Territory.

graphql
deactivateTerritoryFromBiography(input: DeactivateTerritoryFromBiographyInput!): Biography

Arguments

NameTypeDescription
inputDeactivateTerritoryFromBiographyInput!

Returns: Biography

deactivateVenue

Deprecated

Deprecated. Use authData { deactivateVenue } instead.

Deactivate a venue

graphql
deactivateVenue(input: OwnedNodeDeactivateInput!): Venue

Arguments

NameTypeDescription
inputOwnedNodeDeactivateInput!

Returns: Venue

deactivateVenueBuyer

Deprecated

Deprecated. Use authData { deactivateVenueBuyer } instead.

Deactivate a buyer connected to a venue as a buyer.

graphql
deactivateVenueBuyer(input: deactivateVenueBuyerInput!): Buyer

Arguments

NameTypeDescription
inputdeactivateVenueBuyerInput!

Returns: Buyer

deactivateVenueOperator

Deprecated

Deprecated. Use authData { deactivateVenueOperator } instead.

Deactivate an operator connected to a venue.

graphql
deactivateVenueOperator(input: deactivateVenueOperatorInput!): Buyer

Arguments

NameTypeDescription
inputdeactivateVenueOperatorInput!

Returns: Buyer

deactivateVenueToVenue

Deprecated

Deprecated. Use authData { deactivateVenueToVenue } instead.

Deactivate the HAS_SUBVENUE relationship between the parent venue and the child venue.

graphql
deactivateVenueToVenue(input: DeactivateVenueToVenueInput!): Venue

Arguments

NameTypeDescription
inputDeactivateVenueToVenueInput!

Returns: Venue

deactivateVenueType

Deprecated

Deprecated. Use authData { deactivateVenueType } instead.

Deactivate the HAS_VENUE_TYPE relationship between the venue and the specified venue type.

graphql
deactivateVenueType(input: DeactivateVenueTypeInput!): Venue

Arguments

NameTypeDescription
inputDeactivateVenueTypeInput!

Returns: Venue

deactivateVocationFromBiography

Deprecated

Deprecated. Use authData { deactivateVocationFromBiography } instead.

Deactivate the relationship between the Biography and the specified Vocation.

graphql
deactivateVocationFromBiography(input: DeactivateVocationFromBiographyInput!): Biography

Arguments

NameTypeDescription
inputDeactivateVocationFromBiographyInput!

Returns: Biography

deactivateVocationFromParty

Deprecated

Deprecated. Use authData { deactivateVocationFromParty } instead.

Deactivate the relationship between the Party and the specified Vocation.

graphql
deactivateVocationFromParty(input: DeactivateVocationFromPartyInput!): SuperParty

Arguments

NameTypeDescription
inputDeactivateVocationFromPartyInput!

Returns: SuperParty

deactivateVocationFromVocation

Deprecated

Deprecated. Use authData { deactivateVocationFromVocation } instead.

Deactivate the CHILD_OF relationship between the parent Vocation and the child Vocation.

graphql
deactivateVocationFromVocation(input: DeactivateVocationFromVocationInput!): Vocation

Arguments

NameTypeDescription
inputDeactivateVocationFromVocationInput!

Returns: Vocation

deactivateWorkPaperFromParty

Deprecated

Deprecated. Use authData { deactivateWorkPaperFromParty } instead.

Deactivate the relationship between the Party and the specified WorkPaper.

graphql
deactivateWorkPaperFromParty(input: DeactivateWorkPaperFromPartyInput!): SuperParty

Arguments

NameTypeDescription
inputDeactivateWorkPaperFromPartyInput!

Returns: SuperParty

dedupeParties

Deprecated

Deprecated. Use authData { dedupeParties } instead.

Deduplicate two parties by choosing one as a primary

graphql
dedupeParties(input: PartyDedupeInput!): SuperParty

Arguments

NameTypeDescription
inputPartyDedupeInput!

Returns: SuperParty

dedupeVenues

Deprecated

Deprecated. Use authData { dedupeVenues } instead.

Deduplicate two venues by choosing one as a primary

graphql
dedupeVenues(input: DedupeVenueInput!): Venue

Arguments

NameTypeDescription
inputDedupeVenueInput!

Returns: Venue

editEventInstance

Deprecated

Deprecated. Use authData { editEventInstance } instead.

Edit an existing event instance

graphql
editEventInstance(input: EventInstanceEditInput!): EventInstance

Arguments

NameTypeDescription
inputEventInstanceEditInput!The event instance fields to update

Returns: EventInstance

editEventSeries

Deprecated

Deprecated. Use authData { editEventSeries } instead.

Edit an existing event series

graphql
editEventSeries(input: EventSeriesEditInput!): EventSeries

Arguments

NameTypeDescription
inputEventSeriesEditInput!The event series fields to update

Returns: EventSeries

mergeEmployees

Deprecated

Deprecated. Use authData { mergeEmployees } instead.

Create or update employees.

graphql
mergeEmployees(input: [EmployeeMergeInput!]!): [Employee!]

Arguments

NameTypeDescription
input[EmployeeMergeInput!]!Input fields for mergeEmployees

Returns: [Employee!]

setDisplayName

Deprecated

Deprecated. Use authData { setDisplayName } instead.

Set the display name for an entity

graphql
setDisplayName(input: SetDisplayNameInput!): Name

Arguments

NameTypeDescription
inputSetDisplayNameInput!

Returns: Name

setGeoArea

Deprecated

Deprecated. Use authData { setGeoArea } instead.

Set a new geoArea connected to supplied territories/countries

graphql
setGeoArea(input: SetGeoAreaInput!): GeoArea

Arguments

NameTypeDescription
inputSetGeoAreaInput!

Returns: GeoArea

setRepArea

Deprecated

Rep Areas should generally not be changed after creation. Prefer deactivateRepresentation + addRepresentation instead.

Creates a new REPPED_AS relationship between a representation and a rep area

graphql
setRepArea(input: setRepAreaInput!): RepArea

Arguments

NameTypeDescription
inputsetRepAreaInput!

Returns: RepArea

setVenueBookable

Deprecated

Deprecated. Use authData { setVenueBookable } instead.

Set a venue as bookable or non-bookable

graphql
setVenueBookable(input: SetVenueBookableInput!): Venue

Arguments

NameTypeDescription
inputSetVenueBookableInput!The venue fields necessary for setting a venue as bookable or non-bookable

Returns: Venue

Confidential. For internal use only.