UNPKG

@graphql-codegen/typescript-stencil-apollo

Version:

GraphQL Code Generator plugin for generating Stencil Components based on GraphQL operations

9 lines (8 loc) 373 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StencilComponentType = void 0; var StencilComponentType; (function (StencilComponentType) { StencilComponentType["functional"] = "functional"; StencilComponentType["class"] = "class"; })(StencilComponentType = exports.StencilComponentType || (exports.StencilComponentType = {}));