disable relay futureProofEnums

This commit is contained in:
João Geonizeli
2021-09-10 22:26:20 -03:00
parent bad52f3a18
commit 1f7e8d4a33
9 changed files with 11 additions and 90 deletions

View File

@@ -1,6 +1,10 @@
/**
* @type import('relay-compiler/lib/bin/RelayCompilerMain').Config
*/
module.exports = {
src: "app/javascript/src",
schema: "app/javascript/__generated__/schema.graphql",
language: "typescript",
exclude: ["**/__generated__/**"],
noFutureProofEnums: true,
};