nexus/tests/__snapshots__/makeSchema.spec.ts.snap

21 lines
475 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`makeSchema directives can specify custom directives 1`] = `
"directive @customDirective(code: Int = 42) on FRAGMENT_DEFINITION
type Query {
ok: Boolean!
}"
`;
exports[`makeSchema shouldExitAfterGenerateArtifacts accepts a customPrintSchemaFn 1`] = `
"### This file was generated by Nexus Schema
### Do not make changes to this file directly
type Query {
\\"\\"\\"Example boolean field\\"\\"\\"
ok: Boolean
}"
`;