@sonarsource/marketing-gatsby-transformer-kontent-graphql
Version:
Custom GraphQL types for @kentico/gatsby-source-kontent
10 lines (9 loc) • 336 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var config = {
KONTENT_SINGLE_ITEM_EXTENSION: 'kontent_single_element',
KONTENT_SNIPPET_INTERFACE_PREFIX: 'kontent_snippet_',
ITEMS_CACHE: 'kontent-fix-plugin-items',
SNIPPETS_CACHE: 'kontent-fix-plugin-snippets',
};
exports.default = config;