-
Hey! I don't know if this is the right place to request this. I have found a feature in AWS Appsync and their GraphQL implementation that would be really nice to have when working with GraphQL and Neo…
-
### 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)_
- [ ] …
-
During development (Starlette + Ariadne) of our product I noticed significant performance degradation when GraphQL responses got significant long (1000+ entities in a list). I started profiling and dr…
-
### Describe the bug
Package `@graphql-codegen/plugin-helpers` has a dependency on `@graphql-tools/apollo-engine-loader`.
File:
https://github.com/dotansimha/graphql-code-generator/blob/master/p…
-
We currently support running composables/components in a browser-type environment (with happy-dom, and soon jsdom). But there are use cases where it might be useful to support running tests in a hybri…
-
It seems that the params passed to the `neo4jgraphql` call are hard locked to only the params that are specified the schema mutation.
What is the preferred way to add additional create params in an…
-
Right now `query` in the nodejs api is just a string. we should support gql-parsed strings too, so that if they are exported elsewhere, it can be used directly.
```js
import gql from 'graphql-ta…
-
## Describe the Bug
I'm trying to use a lazy type to solve a cyclical dep issue with a generic type and I'm getting a TypeError.
I have the following code:
````
from typing import TY…
-
When creating a Pydantic model you can create an instance of it without Optional arguments, and when exporting as a dictionary you can pass 'exclude_unset' to exclude optional fields from the return d…
-
**Describe the bug**
When choosing to use generated types as global types like `types.d.ts` in the src folder. It does break `near-operation-file` plugin since it tries to import from the types file.…