mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
7 lines
249 B
JavaScript
7 lines
249 B
JavaScript
module.exports = {
|
|
// Configuration options accepted by the `relay-compiler` command-line tool and `babel-plugin-relay`.
|
|
src: "./src",
|
|
schema: "./schema.graphql",
|
|
exclude: ["**/node_modules/**", "**/__mocks__/**", "**/__generated__/**"],
|
|
};
|