-
## Current Behavior (if applicable)
From these code snippets:
- https://github.com/graphql/graphiql/blob/57b5fcd8749bd1c54f4a6a04a9ab07316fd05e71/packages/graphql-language-service-server/src/findG…
-
### Issue workflow progress
_Progress of the issue based on the
[Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_
- …
-
I've been using SimpleSchema + React + Uniforms and have been watching GraphQL.
Uniforms now supports GraphQL schemas and I've been thinking that if I could have the Meteor collections respect the …
-
## Version **1.5.2** of **[merge-graphql-schemas](https://github.com/okgrow/merge-graphql-schemas)** was just published.
Branch
Build failing 🚨
D…
-
### Gloo Edge Version
1.13.x
### Kubernetes Version
None
### Describe the bug
the openAPI schema does not translate correctly in GraphQL schema. The Attributes with leading `_` (`_embedded` and …
-
Hello,
I was wondering if OpenAPI or the OpenAPI generator could define new scalar types.
New scalar types help disambiguating scalar values such as integers or strings by making them strongly t…
groue updated
1 month ago
-
We use [lifeomic/json-schema-to-graphql-types ](https://github.com/lifeomic/json-schema-to-graphql-types) to automagically convert from FOLIO's JSON schemas to graphql schemas. Unfortunately, it isn't…
cbeer updated
9 months ago
-
Using `merge-graphql-schemas@1.7.6`, I was trying to call something like:
```js
import {mergeTypes} from 'merge-graphql-schemas';
(async () => {
mergeTypes(
await Promise.all([
…
-
Schemas with typed `@relation` queries are not parsed properly when published to the Neo4j graphql endpoint using CALL graphql.idl().
Given a graphql schema:
```
schema {
query: Query
}
…
-
### What version of Bun is running?
1.1.12
### What platform is your computer?
Darwin 23.5.0 arm64 arm
### What steps can reproduce the bug?
1. Clone https://github.com/davemaier/bun-graphql-samp…