-
In the most recent Glossary page in the docs, the _"See the documentation"_ link for [@defer](https://relay.dev/docs/glossary/#defer) points to the wiki: https://www.internalfb.com/intern/wiki/Relay/W…
-
I love the new SubSchema feature from @d-exclaimation!
I think it would be useful to have the ability to extended Types from one SubSchema in another SubSchema.
This would be a natural extension to …
-
## Version **2.19.0** of [graphql-tools](https://github.com/apollostack/graphql-tools) was just published.
Branch
Build failing 🚨
Dependency
…
-
### Issue Description
@inaccessible is not working as expected for interface. When "newField: String @inaccessible" is added to accounts.graphql it throw the below error. error[E029]: Encountered 1 b…
-
Hey! I'm in the process of making a simple, single user blog. I have a `Post` type, and I'd like to expose a `PostsConnection` from `Session` so that I can just grab however many posts I'd like to ren…
-
### What happened?
I enriched the basic federation demo bundled with gqlgen to the latest version. The latest version introduces an additional inventory service to demo *provides*, *external* and *…
-
As per discussions with @IvanGoncharov, the [`utility/mergeAst`](https://github.com/graphql/graphiql/blob/master/src/utility/mergeAst.js) function looks like a good candidate for inclusion in `graphql…
-
Hi
I try to model @unique directive with this extension. I try to use tags as in the documentation but any directive is generated.
i designed:
`
id: ID[1] {unique}
`
I expected:
`
type…
-
With `graphene==3.0b1` being released, we can start looking into the integration with it.
For `graphql-utilities` to work with `graphene>=3.0`, we need to solve these issues:
- [ ] How to define …
-
**Describe the bug**
When I attempt to add an API with Cognito User Pools authentication on a new application, and I push, I receive the following error and the CLI indefinitely hangs:
```console
…