graphql-server icon indicating copy to clipboard operation
graphql-server copied to clipboard

⚠️ MOVED: https://github.com/svelte-add/svelte-add/ ⚠️ (out of date) A command to add a GraphQL server to your Svelte project

Results 5 graphql-server issues
Sort by recently updated
recently updated
newest added

`graphql-helix`'s [README shows an example for Express(-like) servers](https://github.com/contrawork/graphql-helix/#basic-usage). We meet it 1:1 until the `else if (result.type === "MULTIPART_RESPONSE") {` point. In SvelteKit's Node adapter, the underlying server is actually...

enhancement

* https://github.com/kamalkech/sveltekit-graphql/blob/main/src/routes/graphql.ts * https://dev.to/vibhanshu909/how-to-add-a-graphql-endpoint-into-a-sveltekit-app-40jh * https://github.com/mercurius-js/mercurius

Hello I'm tryong to add graphql to a fresh start sveltekit project but I have a issue when add graphql ```shell $ npm init svelte@next sveltekit-typescript-app-graphql ? Which Svelte app...

I created a new project with ```sh npm init svelte@next my-app cd my-app npm i ``` Then to add graphql ```sh npx svelte-add graphql npm i ``` everything seems to...

bug

Type reflection seems to be buggy. I'm getting random errors like this: "Unable to infer GraphQL type from TypeScript reflection system. You need to provide explicit type for 'XXXX' of...

bug