nexus
Version:
Scalable, strongly typed GraphQL schema development
17 lines • 616 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TYPEGEN_CONFIG_WARNING = exports.TYPEGEN_HEADER = exports.SDL_HEADER = void 0;
exports.SDL_HEADER = `### This file was generated by Nexus Schema
### Do not make changes to this file directly
`;
exports.TYPEGEN_HEADER = `/**
* This file was generated by Nexus Schema
* Do not make changes to this file directly
*/
`;
exports.TYPEGEN_CONFIG_WARNING = `/**
* For better typings, you should provide configuration for how to lookup
* the types. See the documentation for "typegenAutoConfig"
*/
`;
//# sourceMappingURL=lang.js.map