apollo-server-integration-h3 icon indicating copy to clipboard operation
apollo-server-integration-h3 copied to clipboard

An Apollo Server integration for use with h3 and nuxt

Results 19 apollo-server-integration-h3 issues
Sort by recently updated
recently updated
newest added

Following https://github.com/codecov/codecov-action

type: dev exp

Blocked by https://github.com/unjs/unbuild/issues/135

status: blocked

:robot: I have created a release *beep* *boop* --- ## [1.2.2](https://github.com/apollo-server-integrations/apollo-server-integration-h3/compare/v1.2.1...v1.2.2) (2024-10-04) ### ๐Ÿ› Bug Fixes * make code and reason for ws close event optional ([#85](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/85)) ([d2ccc86](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/d2ccc86fb4259aaba1e36cf9f505a802babdb058)) ### ๐Ÿงน...

autorelease: pending

Downstream projects currently fail due to the `graphql-ws` import. This is fixed by making the import dynamic. Todo: Test Currently doesn't work since listhen/jiti not yet supports module-level awaits. Needs...

:robot: I have created a release *beep* *boop* --- ## [2.0.1](https://github.com/apollo-server-integrations/apollo-server-integration-h3/compare/v2.0.0...v2.0.1) (2025-11-04) ### ๐Ÿงน Miscellaneous * **deps:** lock file maintenance ([#126](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/126)) ([f1da19f](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/f1da19fe41f1988244767359ccbaacfbc8db7d63)) * **deps:** lock file maintenance ([#141](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/141)) ([a93d5f7](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/a93d5f78434e6bf74761a2822900bcc9a8741a6e)) *...

autorelease: pending

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [crossws](https://crossws.h3.dev) ([source](https://redirect.github.com/h3js/crossws)) | [`^0.3.0` -> `^0.3.0 \|\| ^0.4.0`](https://renovatebot.com/diffs/npm/crossws/0.3.5/0.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/crossws/0.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/crossws/0.3.5/0.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

status: blocked

Todo: - https://github.com/unjs/h3/issues/716 and then use `Hooks` from `h3` and not `crossws` -> needs release of h3 2.0.0 - Maybe change https://github.com/enisdenjo/graphql-ws to have equivalent code (close, deprecated protocol?)

status: blocked

I see Node `23.11.1` set in package.json for the latest commit, but not sure if there's anything in the code that actually depends on it. We're running into issues deploying...

```ts let apolloServer: ApolloServer function createServer() { const { typeDefs, resolvers: mergedResolvers } = createMergedSchema() if (!apolloServer) { apolloServer = new ApolloServer({ typeDefs, resolvers: mergedResolvers, plugins: [ ApolloServerPluginLandingPageLocalDefault({ embed: true,...