-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
```
fragment Fragment on AccountsConnection {
nodes {
id
name
ba…
-
```graphql
fragment RecipientFragment on Address {
address
}
fragment ListMessageFragment on ListMessage {
recipient {
...RecipientFragment
}
}
fragment MessageFragment on Ma…
-
**Is your feature request related to a problem? Please describe.**
I want to use a custom graphql implementation. use cases
1. I wanna use @kitten 's [graphql-web-lite](https://github.com/kitten…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Using the latest of GraphiQL from CDN, having multiple queries works on initial page load. Re…
-
Currently `@stream` will defer _child_ selections on list items, but all items are enumerated before any child selections are run.
A better workflow might be that, when a `@stream`ed list is resol…
-
Howdy!
Has any consideration been given to eliminating unnecessary symbols/whitespace from queries, prior to them being sent over the network? When `useGETForQueries` is enabled, this would help pr…
-
It looks like cacheability metadata for computed fields are not bubbled up in GraphQL responses.
This is a similar issue as https://www.drupal.org/node/3423720 (but then for GraphQL responses).
-
Runnify command fails on windows
```
$ bob runnify --single
```
```
PrettyError: Cannot find C:\projects\hive\graphql-hive\packages\server\src\index.ts
at normalizeOptions (C:\projects\h…
-
## Describe the bug
Query from FRONTEND API (graphql) is not in transaction.
Example:
Throw expcetion after create Order.
Create order by GRAPHQL . You have to see new order in adminstratrion. …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
The default behavior (at least on 3.0.0) seems broken:
1. Set Persist headers to On in the…