-
### What version of Bun is running?
1.1.29+6d43b3662
### What platform is your computer?
Darwin 23.6.0 arm64 arm
### What steps can reproduce the bug?
```
bun init -y
bun a graphql
bun -e 'import…
-
### Description
GraphQL is a query langiage made to build more advanced and easy to use API that saves a lot of time while querying with a single endpoint.
- History of GraphQL
- Apollo Server
…
-
Track all docs related issues for GraphQL.JS open in [`graphql/graphql-js`](https://github.com/graphql/graphql-js), [`graphql/graphql.github.io`](https://github.com/graphql/graphql.github.io).
- [x…
-
### Describe the bug
Hello, thanks for the package! :rose:
As in the provided code sample, RESTful requests work correctly (when validation fails or passes), GraphQL requests fail when validati…
G0maa updated
3 weeks ago
-
Getting this issue while using with apollo server
`TypeError: Cannot read properties of undefined (reading 'insertOne')
at Channel.publish (/realm-graphql-sub/node_modules/@mawhea/mongopubsub/…
-
### Summary
Summary:
This proposal suggests adding native support for GraphQL subscriptions to Redwood.js, enabling real-time data updates in applications. The feature would extend Redwood's existin…
-
https://github.com/iptc/newsinjson/blob/events-planning/graphql/server.js needs to be updated by hand to match the 3.0 schema.
-
Using AWS AppSync you can export both a `.graphql` schema, and a full `.json` schema.
The `.graphql` is your basic actual definitions:
```graphql
schema {
query: AAAAAAAAAAA
}
type AAAAA…
-
### Describe the Bug
I created a brand-new app and connected to a Vercel-managed Postgres instance. I opened the admin panel and clicked the seed button. Seeding fails with this error while adding th…
-
I have redefined the `Kind` and `OperationTypeNode` enums in Graffle because they do not seem to tree shake well. You can see the code and bundle visualization [in this PR](https://github.com/graffle-…