From 78c3e8c10322f142d714ac8cd75d07f09b43ddf4 Mon Sep 17 00:00:00 2001 From: Roshaan Siddiqui Date: Tue, 14 Nov 2023 09:16:13 -0600 Subject: [PATCH] update queryapi link to reflect link in EMS --- frontend/src/components/Playground/graphiql.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Playground/graphiql.jsx b/frontend/src/components/Playground/graphiql.jsx index c8955f6f3..bf22f29cc 100644 --- a/frontend/src/components/Playground/graphiql.jsx +++ b/frontend/src/components/Playground/graphiql.jsx @@ -9,7 +9,7 @@ import '@graphiql/plugin-code-exporter/dist/style.css'; import '@graphiql/plugin-explorer/dist/style.css'; const HASURA_ENDPOINT = - process.env.NEXT_PUBLIC_HASURA_ENDPOINT || + `${process.env.NEXT_PUBLIC_HASURA_ENDPOINT}/v1/graphql` || "https://near-queryapi.dev.api.pagoda.co/v1/graphql"; const graphQLFetcher = async (graphQLParams, accountId) => {