From 8ec7962dcb8c5b652ec867d7e273047c7a09eca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hl=C3=B6=C3=B0ver=20Sigur=C3=B0sson?= Date: Thu, 31 Aug 2023 20:48:07 +0200 Subject: [PATCH] feat(apollo): disable persistedQueries --- src/app.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.ts b/src/app.ts index 46255a07..30fe5851 100644 --- a/src/app.ts +++ b/src/app.ts @@ -177,6 +177,7 @@ app.post('/ar-io/admin/queue-tx', express.json(), async (req, res) => { // GraphQL const apolloServerInstanceGql = apolloServer(system.db, { introspection: true, + persistedQueries: false, }); apolloServerInstanceGql.start().then(() => { apolloServerInstanceGql.applyMiddleware({