-
**Is your feature request related to a problem? Please describe.**
I currently have task I need to solve eventually which is creating a more effective way to replicate our GraphQL queries and mutat…
-
_@coderabbitai told us about a TODO item it spotted within that other patch._
_:warning: Potential issue_
**Address the pending TODO: Extract variables and operation_name from additional sources…
amotl updated
3 weeks ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
The language server throws `Could not parse the TypeScript file. SyntaxError: Unexpecte…
-
## Actual Behavior
Will only correctly validate first project
## Expected Behavior
Validation should work for all projects
## Steps to Reproduce the Problem Or Description
.graphqlrc.yml
```…
-
This script demonstrates the issue:
```fsharp
#r "nuget: FSharp.Data.GraphQL.Server, 1.0.7"
open FSharp.Data.GraphQL
open FSharp.Data.GraphQL.Execution
open FSharp.Data.GraphQL.Types
type …
-
Hello,
I wanted to use nested pydantic.BaseModel with PydanticInputObjectType, but I struggle to make it work
Something like this:
```
from pydantic import BaseModel
from graphene_pydantic i…
-
## Describe the Bug
```python
import asyncio
import strawberry
from strawberry.extensions import tracing
@strawberry.type
class Query:
@strawberry.field
def node(self) -> str:
re…
coady updated
4 weeks ago
-
### What happened?
### Description
If two entry types use two different matrix fields, which support different entry-types, but use the same handle for these matrix fields, GraphQL throws an error i…
-
### Environment information
```bash
CLI:
Version: 1.9.4
Color support: true
Platform:
CPU Architecture: aarch64
OS: …
-
Hi !
If I'm not mistaken @oneOf is not recognized in the last version of genql.
I have a schema.graphql file which contains @oneOf directive and got this error with the genql cli : `loading schema…