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
trafficstars

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^8.57.0` -> `^9.3.0`](https://renovatebot.com/diffs/npm/eslint/8.57.0/9.3.0) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@apollo/server](https://togithub.com/apollographql/apollo-server) ([source](https://togithub.com/apollographql/apollo-server/tree/HEAD/packages/server)) | [`^4.10.2` -> `^4.10.4`](https://renovatebot.com/diffs/npm/@apollo%2fserver/4.10.2/4.10.4) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://togithub.com/pnpm/pnpm)) | [`8.15.6` -> `9.1.1`](https://renovatebot.com/diffs/npm/pnpm/8.15.6/9.1.1) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | mcr.microsoft.com/vscode/devcontainers/base | image | major | `0-ubuntu-22.04` -> `1-ubuntu-22.04` | ---...

Wait until h3 "offically" supports it, i.e. there is a stable release with crossws support: https://github.com/unjs/h3/releases This is a step towards https://github.com/tobiasdiez/nuxt-graphql-server/issues/23. Afterwards, add a short example to https://github.com/enisdenjo/graphql-ws/blob/master/website/src/pages/recipes.mdx

status: blocked

:robot: I have created a release *beep* *boop* --- ## [1.1.7](https://github.com/apollo-server-integrations/apollo-server-integration-h3/compare/v1.1.6...v1.1.7) (2024-04-02) ### ๐Ÿ“š Documentation * add a simple h3 example ([#59](https://github.com/apollo-server-integrations/apollo-server-integration-h3/issues/59)) ([31935e1](https://github.com/apollo-server-integrations/apollo-server-integration-h3/commit/31935e1c2910e002528d038ea5de1a1c10626abd)) ### ๐Ÿงน Miscellaneous * add documentation section...

autorelease: pending

- Allow early rejects of protocol using a helper method similar to bun: https://github.com/enisdenjo/graphql-ws/blob/6013eb54829b27bd7c598f0985ec80a0e1acf09c/website/src/pages/get-started.mdx#with-bun - Print helpful error message in case the old transport graphql protocol is used, similar to...

enhancement

Forward the `close` hook to close the `peer` / connection. Needs update to crossws that includes https://github.com/unjs/crossws/issues/23.

enhancement

Perhaps using https://gist.github.com/patrixr/2536ee396d488bd5e38b0278513eefeb

status: blocked
type: dev exp

https://github.com/google-github-actions/release-please-action Todo: - Create PAT to run checks on created PRs @trevor-scheer I cannot create a fine-grained PAT for this repo. Under https://github.com/settings/personal-access-tokens/new, I cannot select the "apollo-server-integrations" as the...

type: dev exp