nexus
Version:
Scalable, strongly typed GraphQL schema development
16 lines (13 loc) • 434 B
text/typescript
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"
*/
`