prettier/tests/multiparser_js_graphql/backticks.js

7 lines
89 B
JavaScript

gql`
"\`foo\` mutation payload."
type FooPayload {
bar: String
}
`