From 4048a6072cbd59d3de8e93b6daeeae53e125bd0d Mon Sep 17 00:00:00 2001 From: Jan Dvorak Date: Tue, 8 Apr 2025 21:17:54 +0200 Subject: [PATCH] Add official Apollo package for MeteorJS to integration table --- docs/source/shared/integration-table.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/shared/integration-table.mdx b/docs/source/shared/integration-table.mdx index 6ed4c2cc824..57942a6fd51 100644 --- a/docs/source/shared/integration-table.mdx +++ b/docs/source/shared/integration-table.mdx @@ -8,3 +8,4 @@ | [Koa](https://koajs.com/) | [`@as-integrations/koa`](https://www.npmjs.com/package/@as-integrations/koa) | | [Next.js](https://nextjs.org) | [`@as-integrations/next`](https://www.npmjs.com/package/@as-integrations/next) | | [Nuxt](https://v3.nuxtjs.org/) / [h3](https://github.com/unjs/h3) | [`@as-integrations/h3`](https://www.npmjs.com/package/@as-integrations/h3) | +| [MeteorJS](https://www.meteor.com/) / [MeteorJS](https://github.com/meteor/meteor) | [`apollo`](https://atmospherejs.com/meteor/apollo) |