-
Hello!
I'm building my query dynamically. I want to select all the nested sub fields _(children, grand children etc)_. Is there a way to accomplish this with `gql`?
I'm not very fluent in graphq…
-
### Environment
* Elixir version (elixir -v): Elixir 1.15.0-dev (e0c1084) (compiled with Erlang/OTP 25)
* Absinthe version: 1.7.1 . I've tested also with 1.6.8 and 1.5.5
### Actual behavior
…
-
# Schemas and Types
http://graphql.org/learn/schema
> On this page, you'll learn all you need to know about the GraphQL type system and how it describes what data can be queried.
## Type …
-
### Which packages are impacted by your issue?
_No response_
### Describe the bug
I am using graphql-codegen with typescript and it works fine, but on provided query, codegen throws
`Error 0: Unk…
-
## Version **2.19.0** of [graphql-tools](https://github.com/apollostack/graphql-tools) was just published.
Branch
Build failing 🚨
Dependency
…
-
As far as I understand, it is the recommended approach to use a root object when we build the schema with buildSchema, because we cannot associate resolver functions when using buildSchema. With this…
-
Hi there,
First, thank you for this excellent library. It's great!
I stumbled upon `superstruct` when searching for a way to define both runtime validation and TypeScript types in one place, wit…
-
Hello,
if i try to create a union Type
```
type Foo {
name: String
}
union SingleUnion = Foo
type Root {
single: SingleUnion
}
```
an error occurs
```
RootTypeProvider.java:[3…
-
## Version **0.9.2** of [graphql](https://github.com/graphql/graphql-js) just got published.
Branch
Build failing 🚨
Dependency
gra…
-
**Edit**
##### Spec discussion -> https://github.com/graphql/graphql-spec/issues/698
---
Hello maintainers
As a part of research around the simplifying graphql spec tests across implementations…