Revert back to graphql endpoint

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-01-20 07:47:48 -08:00
parent 789c4cd1c0
commit 2b11ff90af
6 changed files with 13 additions and 13 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/query")),
network: Network.create(makeFetchQuery("/api/console/v1/graphql")),
store: new Store(new RecordSource(), {
queryCacheExpirationTime: 1 * 60 * 1000,
gcReleaseBufferSize: 20,