prettier/tests/graphql_hello/__snapshots__/jsfmt.spec.js.snap

17 lines
275 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`hello.graphql - graphql-verify 1`] = `
{
project(name: "GraphQL") {
tagline
}
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
{
project(name: "GraphQL") {
tagline
}
}
`;