UNPKG

@graphql-mesh/transport-rest

Version:
5 lines (4 loc) 172 B
export function processTypeScriptAnnotations(type, typeDefinition) { type.extensions = type.extensions || {}; type.extensions.codegenScalarType = typeDefinition; }