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
redirectUrl
from theCreateMovieOrderInput
object. 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
hasCheckoutLink
andcheckoutUrl
from 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 Algorithm
docs. See the changes here.
Documentation and Schema Changes for 29/07/2022
- chore: add
bundles
field 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
isPackage
field ofMovieTicket
object tohasBundle
. See the changes here and the description of the breaking change here.
Documentation and Schema Changes for 27/07/2022
- chore: add
countryCode
toCreateMovieOrderCustomerInput
object. See the changes here.
Documentation and Schema Changes for 17/07/2022
- chore: add
languageCodes
toCinemaMovie
object. See the changes here. - chore: add enumeration values to
Language
type. See the changes here. - breaking-change: remove
isValid
field fromMovieShowtime
object. See the changes here and the description of the breaking change here. - breaking-change: Make
externalId
argument ofCreateMovieOrderCustomerInput
optional. See the changes here and the description of the breaking change here.
Documentation and Schema Changes for 15/07/2022
- breaking-change: remove
CreatePaymentWithMovieOrder
mutation. See the changes here and the description of the breaking change here. - breaking-change: change
languageCode
tolanguageCodes
forMovie
object. See the changes here and the description of the breaking change here. - chore: add
ORDER_NOT_FOUND
andPAYMENT_NOT_FOUND
error 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
MovieOrderSession
andMovieOrder
objects. See the changes here. - chore: add
hasShowtimes
field for theCinema
object. See the changes here. - chore: add
runTime
field for theMovie
object. 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
cencorship
field 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
, andselectedConcessions
from theMovieOrderSession
object. See the changes here and the description of the breaking change here.
Documentation and Schema Changes for 23/05/2022
- fix:
createMovieOrder
signature example. See the changes here.
- breaking-change: remove
activeOnly
fromMovieShowtimeConnection
argument. See the changes here and the description of the breaking change here.
- chore: add
showtimeDates
forCinemaMovie
andMovie
objects. 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.