Changelog
The GraphQL schema changelog is a list of recent and upcoming changes to our GraphQL API schema. It includes backwards-compatible changes, schema previews, and upcoming breaking changes.
Breaking changes include changes that will break existing queries or could affect the runtime behavior of clients. For a list of breaking changes and when they will occur, see our breaking changes log.
Documentation and Schema Changes for 14/02/2023
Documentation and Schema Changes for 02/11/2022
- breaking-change: remove
redirectUrlfrom theCreateMovieOrderInputobject. See the changes here and the description of the breaking change here. - chore: update Confirm Movie Order example. See the changes here.
Documentation and Schema Changes for 22/09/2022
- breaking-change: remove
hasCheckoutLinkandcheckoutUrlfrom the return fields ofcreateMovieOrder. See the changes here and the description of the breaking change here.
Documentation and Schema Changes for 01/08/2022
- chore: update
Signature Algorithmdocs. See the changes here.
Documentation and Schema Changes for 29/07/2022
- chore: add
bundlesfield to CreateMovieOrderInput. See the changes here.
Documentation and Schema Changes for 28/07/2022
- chore: add Reserving Seats for Aurum Hall example. See the changes here.
- breaking-change: rename
isPackagefield ofMovieTicketobject tohasBundle. See the changes here and the description of the breaking change here.
Documentation and Schema Changes for 27/07/2022
- chore: add
countryCodetoCreateMovieOrderCustomerInputobject. See the changes here.
Documentation and Schema Changes for 17/07/2022
- chore: add
languageCodestoCinemaMovieobject. See the changes here. - chore: add enumeration values to
Languagetype. See the changes here. - breaking-change: remove
isValidfield fromMovieShowtimeobject. See the changes here and the description of the breaking change here. - breaking-change: Make
externalIdargument ofCreateMovieOrderCustomerInputoptional. See the changes here and the description of the breaking change here.
Documentation and Schema Changes for 15/07/2022
- breaking-change: remove
CreatePaymentWithMovieOrdermutation. See the changes here and the description of the breaking change here. - breaking-change: change
languageCodetolanguageCodesforMovieobject. See the changes here and the description of the breaking change here. - chore: add
ORDER_NOT_FOUNDandPAYMENT_NOT_FOUNDerror codes. See the changes here.
Documentation and Schema Changes for 14/07/2022
- chore: add error codes. See the changes here.
Documentation and Schema Changes for 12/07/2022
- chore: add state diagrams for
MovieOrderSessionandMovieOrderobjects. See the changes here. - chore: add
hasShowtimesfield for theCinemaobject. See the changes here. - chore: add
runTimefield for theMovieobject. See the changes here.
Documentation and Schema Changes for 29/06/2022
- chore: update Getting Seat Layout example. See the changes here.
Documentation and Schema Changes for 16/06/2022
- chore: update Getting Seat Layout example. See the changes here.
Documentation and Schema Changes for 26/05/2022
- chore: Update Create Movie Order, Create Payment With Movie Order and Confirm Movie Order examples. See the changes here.
Documentation and Schema Changes for 25/05/2022
- chore: add List of Hall Types to appendix. See the changes here.
- chore: update possible values of
cencorshipfield for CinemaMovie and Movie objects. See the changes here.
Documentation and Schema Changes for 24/05/2022
- chore: update Getting Seat Layout example to include Cinema, Movie, Showtime and Hall infos. See the changes here.
- breaking-change: remove
currencyCode,discountAmount,bookingAmount,totalAmount,selectedTickets, andselectedConcessionsfrom theMovieOrderSessionobject. See the changes here and the description of the breaking change here.
Documentation and Schema Changes for 23/05/2022
- fix:
createMovieOrdersignature example. See the changes here.
- breaking-change: remove
activeOnlyfromMovieShowtimeConnectionargument. See the changes here and the description of the breaking change here.
- chore: add
showtimeDatesforCinemaMovieandMovieobjects. See the changes here. - chore: update Getting Showtimes For A Movie and Getting Movies and Showtimes Screene By a Cinema examples to use showtimeDates. See the changes here.
- chore: update Getting Seat Layout example to include seat type. See the changes here.