Release Notes / Version 12.2406.0
Table Of Contents
Class Schema com.coremedia.caas.schema.SchemaParser
was removed from the code base. Since the introduction of
Spring-GraphQL in CM12 (2404), SchemaParser was replaced by several
TypeDefinitionConfigurer
. Consequently, the related
com.coremedia.caas.schema.InheritanceGraphQLError
,
used by the SchemaParser was revoked from public API and moved to a
non public package, where it is still used by the
TypeDefinitionConfigurer
.
Although this change alters public API, this change might be considered non-breaking for those customers who did not extend or use the mentioned classes (SchemaParser and InheritanceGraphQLError) above.
(CMS-24798)