-
It would be great if there was a way to enable graphql to work via live preview and preview links.
For preview links, potentially leveraging the token as an argument to pass which can then fetch th…
-
### Problem Statement
I'm trying to upgrade to v8 of `@sentry/node`. However the Apollo integration was deprecated and can't find a replacement for it. I can see a replacement for other integrations …
-
#### This issue pertains to:
- [ ] GraphQL Playground - Electron App
- [x] GraphQL Playground
- [x] GraphQL Playground Middleware
#### What OS and OS version are you experiencing the issue(s) …
-
In addition to reference documentation on the various bits related to the GraphQL API, it would be helpful to have a step-by-step guide on how to leverage with the API. Issues for the individual bits …
-
Hi guys,
I have a follow mutation structure:
```go
var userType = graphql.NewObject(graphql.ObjectConfig{
Name: "User",
Fields: graphql.Fields{
"id": &graphql.Field{Type: graphql.String}…
-
## Describe the Feature Request
GraphQL subscriptions enable clients to receive continual, real-time updates whenever new data becomes available. Unlike queries and mutations, subscriptions are long-…
-
I'm reissuing this from @rolandkozma as I'm facing the very same problem and it's more related to this project:
[https://github.com/graphql-java/graphql-java-tools/issues/81](url)
> If an except…
-
**Is your feature request related to a problem? Please describe.**
I guess it would be about to add some decorators for @key, @extend etc, to be able to declare federation schema services.
**Descr…
-
### Preconditions and environment
- Magento version: 2.4.7
- Anything else that would help a developer reproduce the bug
### Steps to reproduce
```
{
products(filter: {color: {eq: "52"…
-
**Describe the bug**
Given an entity spec:
```
type Account @entity {
id: ID!
nativeTokenBalance: NativeTokenBalance @derivedFrom(field: "account")
}
```
it generates an object:
```
impo…