Skip to main content

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

Documentation and Schema Changes for 22/09/2022

  • breaking-change: remove hasCheckoutLink and checkoutUrl from the return fields of createMovieOrder. See the changes here and the description of the breaking change here.

Documentation and Schema Changes for 01/08/2022

Documentation and Schema Changes for 29/07/2022

Documentation and Schema Changes for 28/07/2022

Documentation and Schema Changes for 27/07/2022

Documentation and Schema Changes for 17/07/2022

  • chore: add languageCodes to CinemaMovie object. See the changes here.
  • chore: add enumeration values to Language type. See the changes here.
  • breaking-change: remove isValid field from MovieShowtime object. See the changes here and the description of the breaking change here.
  • breaking-change: Make externalId argument of CreateMovieOrderCustomerInput 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 to languageCodes for Movie object. See the changes here and the description of the breaking change here.
  • chore: add ORDER_NOT_FOUND and PAYMENT_NOT_FOUND error codes. See the changes here.

Documentation and Schema Changes for 14/07/2022

Documentation and Schema Changes for 12/07/2022

  • chore: add state diagrams for MovieOrderSession and MovieOrder objects. See the changes here.
  • chore: add hasShowtimes field for the Cinema object. See the changes here.
  • chore: add runTime field for the Movie object. See the changes here.

Documentation and Schema Changes for 29/06/2022

Documentation and Schema Changes for 16/06/2022

Documentation and Schema Changes for 26/05/2022

Documentation and Schema Changes for 25/05/2022

Documentation and Schema Changes for 24/05/2022

  • breaking-change: remove currencyCode, discountAmount, bookingAmount, totalAmount, selectedTickets, and selectedConcessions from the MovieOrderSession object. See the changes here and the description of the breaking change here.

Documentation and Schema Changes for 23/05/2022

  • chore: add censorship and originalTitle to movies query example. See the changes here.