UNPKG

graphql-config

Version:

The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)

10 lines (9 loc) 248 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EndpointsExtension = void 0; const EndpointsExtension = () => { return { name: 'endpoints', }; }; exports.EndpointsExtension = EndpointsExtension;