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

15 lines
252 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`interface.graphql 1`] = `
interface Actor {
id: ID
name: String
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
interface Actor {
id: ID
name: String
}
`;