Setup 2 relay configs for 2 graphQL APIs
Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
8
apps/console/relay.core.json
Normal file
8
apps/console/relay.core.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"src": "./src",
|
||||
"schema": "../../pkg/server/api/console/v1/schema.graphql",
|
||||
"language": "typescript",
|
||||
"eagerEsModules": true,
|
||||
"noFutureProofEnums": true,
|
||||
"excludes": ["**/pages/iam/**/*", "**/node_modules/**"]
|
||||
}
|
||||
Reference in New Issue
Block a user