-
As far as I can tell currently, the library fails when you try to add `neo4jgraphql` as an 'entry point' anywhere except a field within the root `Query` or `Mutation`. For me, this generally looks lik…
-
**Describe the bug**
Whenever trying to use the Github Action, the jobs will fail with the following message, even though the introspection file DOES follow the rule:
```
Error: Invalid or inco…
-
## Description
A union can only contain object types. The class scanner fails to deeply scan a union if it contains another union or interface type.
### Expected behavior
A union that contain…
-
**Is your feature request related to a problem? Please describe.**
Currently, any plugin that uses `onResolverCalled` is probably incurring significantly more performance overhead than is necessary…
-
I have a custom input object type
```
class Filters(graphene.InputObjectType):
name = graphene.String()
type = graphene.List(graphene.String)
```…
-
> This page is synced automatically from [The Guild's](https://the-guild.dev) Notion
> Notion page URL: https://www.notion.so/GraphQL-Code-Generator-v4-Roadmap-91923bfb2dee48eaa0d6a77666429968
At [T…
-
Context #3282 by @spawnia
It looks like we have the following mismatch between spec and graphql-js.
For example, type names are checked using this rule:
https://github.com/graphql/graphql-js/blo…
-
Currently, the CLI provisions new AWS resources based on the categories that you add to your Amplify project.
This RFC is to gauge community interest and hear more thoughts around the CLI being able…
-
After we have the chain of directives in https://github.com/AmazeeLabs/silverback-mono/issues/1170 , we could also implement a directive to invoke an arbitrary data producer. Then we could basically r…
-
# Summary
[summary]: #summary
Automatically generate queries for all tables with a defined primary key, where primary key is the singular argument and the query returns one singular record.
# R…