nexus
Version:
Scalable, strongly typed GraphQL schema development
14 lines • 467 B
JavaScript
export const SDL_HEADER = `### This file was generated by Nexus Schema
### Do not make changes to this file directly
`;
export const TYPEGEN_HEADER = `/**
* This file was generated by Nexus Schema
* Do not make changes to this file directly
*/
`;
export const 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