]> git.r.bdr.sh - rbdr/forum/blobdiff - src/lib/config/apollo.ts
Start migration to supabase
[rbdr/forum] / src / lib / config / apollo.ts
index 826fd288b2eb382630697797febd55ff242a8f8b..a8b27efd6e7a0df23cf13fb0471a8f058b8bcead 100644 (file)
@@ -8,6 +8,9 @@ export const client = new ApolloClient({
        cache,
        link: new HttpLink({
                uri: apolloConfig.uri,
+    headers: {
+      apiKey: apolloConfig.key
+    },
                fetch
        }),
        ...apolloConfig