Headless Server Developer Manual / Version 2512.0
Table Of ContentsThe following approaches are available for mapping a custom CMS content type to a GraphQL type in the schema:
Follow the default name convention — define a GraphQL interface named after the CMS content type and a GraphQL type with the
Implsuffix. No additional configuration is required.Implement a custom resolver — choose a custom GraphQL type name and optionally also a custom GraphQL interface name, and implement resolvers to map CMS content types to GraphQL type/interface names programmatically.


