diff --git a/codegen.yml b/codegen.yml deleted file mode 100644 index 8cb274a96..000000000 --- a/codegen.yml +++ /dev/null @@ -1,11 +0,0 @@ -overwrite: true -schema: "http://localhost:3000/api/graphql" -documents: - - "scenes/**/queries/*.graphql" - - "scenes/**/mutations/*.graphql" -generates: - generated/graphql.tsx: - plugins: - - "typescript" - - "typescript-operations" - - "typescript-react-apollo"