UNPKG

@graphql-mesh/transport-rest

Version:
8 lines (7 loc) 311 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.processTypeScriptAnnotations = processTypeScriptAnnotations; function processTypeScriptAnnotations(type, typeDefinition) { type.extensions = type.extensions || {}; type.extensions.codegenScalarType = typeDefinition; }