Revert console graphql endpoint pathname for tmp n8n app fix

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-20 14:56:42 +04:00
parent a306101446
commit 4881901a73
6 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ import { makeFetchQuery } from "@probo/relay";
export const coreEnvironment = new Environment({
configName: "core",
network: Network.create(makeFetchQuery("/api/console/v1/graphql")),
network: Network.create(makeFetchQuery("/api/console/v1/query")),
store: new Store(new RecordSource(), {
queryCacheExpirationTime: 1 * 60 * 1000,
gcReleaseBufferSize: 20,