Change log
This change log lists changes to the EventsAir GraphQL API over time including GraphQL API schema changes and bug fixes.
Changes to the API might affect existing integrated applications and require action from you to test and update them.
Where possible, advanced notice of changes will be published in planned breaking changes to provide you time to change your applications.
GraphQL API schema change are annotated as follows:
❌ Breaking change: Indicates a change that can break compatibility with an application, such as removing a field from a query.
⚠️ Dangerous change: Indicates a change that could affect the runtime behavior of an applications, such as adding an enum value.
✅ Non-breaking change: Indicates a change that will not break compatibility with existing applications, such as the additional of a new field, type, query or mutation.
2025-03-27
Key feature changes
The following key features have been added or modified. Please refer to the detailed GraphQL API schema changes following for further details.
- Added the ability to filter the
associatedEvents
list in contact stores. - Added the ability to filter events by their custom fields.
- Added new input fields
automaticallyAssignPaperNumber
,start
,end
,order
andquestionTime
to create and update presentation mutations. - Added new input field
comment
to create and update registration mutations. - Added new input fields
locationId
andtrackNumbers
to create and update session mutations. - Added new input fields
additionalEmails
andsubDepartment
to create and update contact mutations in events and contact stores. - Added new fields
additionalEmails
andsubDepartment
to contact queries. - Added new field
location
to object typeActivityBreakEventAgendaItem
. - Added new field
comment
to registration queries. - Added webhook support for agenda item changes.
Bug fixes
- Fixed an issue where the
updatePresentation
mutation was resetting thepaperNumber
to 0 if it was not specified.
GraphQL API schema changes
- Argument
input: FindEventsInput!
(with default value) added to fieldCeContactStore.associatedEvents
. - Argument
input: FindEventsInput!
(with default value) added to fieldContactStore.associatedEvents
. - Argument
input: FindEventsInput!
(with default value) added to fieldMembershipContactStore.associatedEvents
. - Input field
customFields
of typeCustomFieldFilterInput
was added to input object typeEventsWhere
. - Input field
automaticallyAssignPaperNumber
of typeBoolean
was added to input object typeCreatePresentationInput
. - Input field
end
of typeLocalTime
was added to input object typeCreatePresentationInput
. - Input field
order
of typeNonNegativeInt
was added to input object typeCreatePresentationInput
. - Input field
questionTime
of typeNonNegativeInt
was added to input object typeCreatePresentationInput
. - Input field
start
of typeLocalTime
was added to input object typeCreatePresentationInput
. - Input field
automaticallyAssignPaperNumber
of typeBoolean
was added to input object typeUpdatePresentationInput
. - Input field
end
of typeLocalTime
was added to input object typeUpdatePresentationInput
. - Input field
order
of typeNonNegativeInt
was added to input object typeUpdatePresentationInput
. - Input field
questionTime
of typeNonNegativeInt
was added to input object typeUpdatePresentationInput
. - Input field
start
of typeLocalTime
was added to input object typeUpdatePresentationInput
. - Input field
comment
of typeString
was added to input object typeCreateRegistrationInput
. - Input field
comment
of typeString
was added to input object typeCreateGroupRegistrationInput
. - Input field
comment
of typeString
was added to input object typeUpdateRegistrationInput
. - Input field
comment
of typeString
was added to input object typeUpdateGroupRegistrationInput
. - Input field
locationId
of typeID
was added to input object typeCreateSessionInput
. - Input field
trackNumbers
of type[PositiveInt!]
was added to input object typeCreateSessionInput
. - Input field
locationId
of typeID
was added to input object typeUpdateSessionInput
. - Input field
trackNumbers
of type[PositiveInt!]
was added to input object typeUpdateSessionInput
. - Input field
additionalEmails
of type[EmailAddress!]
was added to input object typeCreateContactInput
. - Input field
subDepartment
of typeString
was added to input object typeCreateContactInput
. - Input field
additionalEmails
of type[EmailAddress!]
was added to input object typeCreateContactStoreContactInput
. - Input field
subDepartment
of typeString
was added to input object typeCreateContactStoreContactInput
. - Input field
additionalEmails
of type[EmailAddress!]
was added to input object typeCreateCeContactStoreContactInput
. - Input field
subDepartment
of typeString
was added to input object typeCreateCeContactStoreContactInput
. - Input field
additionalEmails
of type[EmailAddress!]
was added to input object typeCreateMembershipContactStoreContactInput
. - Input field
subDepartment
of typeString
was added to input object typeCreateMembershipContactStoreContactInput
. - Input field
additionalEmails
of type[EmailAddress!]
was added to input object typeUpdateContactDetailsInput
. - Input field
subDepartment
of typeString
was added to input object typeUpdateContactDetailsInput
. - Input field
additionalEmails
of type[EmailAddress!]
was added to input object typeUpdateContactStoreContactDetailsInput
. - Input field
subDepartment
of typeString
was added to input object typeUpdateContactStoreContactDetailsInput
. - Input field
additionalEmails
of type[EmailAddress!]
was added to input object typeUpdateCeContactStoreContactDetailsInput
. - Input field
subDepartment
of typeString
was added to input object typeUpdateCeContactStoreContactDetailsInput
. - Input field
additionalEmails
of type[EmailAddress!]
was added to input object typeUpdateMembershipContactStoreContactDetailsInput
. sInput`. - Input field
subDepartment
of typeString
was added to input object typeUpdateMembershipContactStoreContactDetailsInput
.
✅ Non-breaking changes
- Field
additionalEmails
was added to object typeContact
. - Field
badgePrinted
was added to object typeContact
. - Field
subDepartment
was added to object typeContact
. - Field
additionalEmails
was added to object typeCeContactStoreContact
. - Field
badgePrinted
was added to object typeCeContactStoreContact
. - Field
subDepartment
was added to object typeCeContactStoreContact
. - Field
additionalEmails
was added to object typeContactStoreContact
. - Field
subDepartment
was added to object typeContactStoreContact
. - Field
additionalEmails
was added to object typeMembershipContactStoreContact
. - Field
badgePrinted
was added to object typeMembershipContactStoreContact
. - Field
subDepartment
was added to object typeMembershipContactStoreContact
. - Field
location
was added to object typeActivityBreakEventAgendaItem
. - Field
comment
was added to object typeRegistration
.
2025-03-12
Key feature changes
The following key features have been added or modified. Please refer to the detailed GraphQL API schema changes following for further details.
- Added new field
inclusions
to event sponsorship setup query. - Added new field
inclusions
to sponsorship queries. - Added new field
inclusion
to sponsorship setup sponsorship packages query. - The fields
SponsorshipPackageItem.name
,SponsorshipPackageItem.value
andSponsorshipPackageItem.isCompleted
have been deprecated. These fields will be removed in a future release. - Added new input field
taxNumber
to create and update contact mutations. - Added new field
currency
to payment queries. - Set the maximum number of aliases allowed in a query to 15.
- Increased query depth limit from 7 to 8.
Bug fixes
- Fixed an issue where update function registration and update group function registration mutations allowed to pass a
functionFeeTypeId
that was not associated with the function targeted by the function registration. - Fixed an issue where the
event.setup.sponsorship.sponsorshipPackages
query returned an error ifinclusions.value.currency
was included. - Fixed an issue where the
event.setup.sponsorship.sponsorshipPackages
query returned all inclusions instead of the ones added to the sponsorship package.
GraphQL API schema changes
⚠️ Dangerous changes
- Input field
taxNumber
of typeString
was added to input object typeCreateContactInput
. - Input field
taxNumber
of typeString
was added to input object typeCreateContactStoreContactInput
. - Input field
taxNumber
of typeString
was added to input object typeCreateCeContactStoreContactInput
. - Input field
taxNumber
of typeString
was added to input object typeCreateMembershipContactStoreContactInput
. - Input field
taxNumber
of typeString
was added to input object typeUpdateContactDetailsInput
. - Input field
taxNumber
of typeString
was added to input object typeUpdateContactStoreContactDetailsInput
. - Input field
taxNumber
of typeString
was added to input object typeUpdateCeContactStoreContactDetailsInput
. - Input field
taxNumber
of typeString
was added to input object typeUpdateMembershipContactStoreContactDetailsInput
.
✅ Non-breaking changes
- Directive
deprecated
was added to fieldSponsorshipPackageItem.name
. - Directive
deprecated
was added to fieldSponsorshipPackageItem.value
. - Directive
deprecated
was added to fieldSponsorshipPackageItem.isCompleted
. - Field
currency
was added to object typePayment
. - Field
inclusion
was added to object typeSponsorshipPackageItem
. - Field
inclusions
was added to object typeSponsorship
. - Field
inclusions
was added to object typeSponsorshipSetup
. - Field
SponsorshipPackageItem.name
is deprecated. - Field
SponsorshipPackageItem.value
is deprecated. - Field
SponsorshipPackageItem.isCompleted
is deprecated. - Field
SponsorshipPackageItem.name
has deprecation reason: Useinclusion.name
instead. This field will be removed in a future release. - Field
SponsorshipPackageItem.value
has deprecation reason: Useinclusion.value
instead. This field will be removed in a future release. - Field
SponsorshipPackageItem.isCompleted
has deprecation reason: This field will be removed in a future release. - Type
Inclusion
was added. - Type
SponsorshipItem
was added.
2025-02-25
Key feature changes
The following key features have been added or modified. Please refer to the detailed GraphQL API schema changes following for further details.
- Added new queries and mutations to support courses and course registrations in events and contact stores.
- Separated function registration queries and mutations for events and contact stores. See breaking changes document for more information.
- Updated contact mutations and queries to support contact dietary requirements.
GraphQL API schema changes
❌ Breaking changes
- A 404 (NOT_FOUND) is returned if a contact store ID is passed in
eventId
field of thecreateContact
,updateContactDetails
, orupdateContactBilling
mutations. See breaking changes document for more information. - Field
MembershipContactStoreSetup.function
changed type fromFunctionSetup!
toMembershipContactStoreFunctionSetup!
. - Field
CeContactStoreSetup.function
changed type fromFunctionSetup!
toCeContactStoreFunctionSetup!
. - Field
CeContactStore.functionRegistrations
changed type from[FunctionRegistration!]!
to[CeContactStoreFunctionRegistration!]!
. - Field
MembershipContactStore.functionRegistrations
changed type from[FunctionRegistration!]!
to[MembershipContactStoreFunctionRegistration!]!
. - Field
MembershipContactStoreContact.functionRegistrations
changed type from[FunctionRegistration!]!
to[MembershipContactStoreFunctionRegistration!]!
.