close

Filter

loading table of contents...

Headless Server Developer Manual / Version 2506.0

Table Of Contents

4.11 Adding Custom Content Types

The 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 Impl suffix. 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.

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.