-
From the gitter chat:
> > ariutta:
> > 1) HYDRA and standard REST Request flow:
> >
> > ```
> > GraphQL client ->
> > GraphQL server/middleware ->
> > multiple HYDRA server endpoints ->
> > Relation…
-
Not sure if I'm just misunderstanding how this is supposed to work. I have a somewhat complicated type that I would like to send over GraphQL. No problem, I used the `juniper::graphql_scalar!` macro t…
-
Hi, is there a way to avoid automatic schema dump/introspection query?
Graphql for ruby (v1.9.7 ++) have the ability to disable those for production and I couldn't find a way of disabling the autom…
-
I'm getting some inscrutable errors. When I paste the following example from the README:
```
module SignUpQuery = [%graphql
{|
mutation($name: String!, $email: String!, $password: String!) {
…
-
### Which packages are impacted by your issue?
@graphql-codegen/cli
### Describe the bug
When using a preset that itself has missing dependencies, the preset loading function masks the error …
-
Expandable types are complex to implement and prone to making mistakes during usage.
For now, the refactor the client make multiple queries for fetching related data.
Otherwise, populate the data ev…
-
### What happened?
## Steps to Reproduce
## Expected Result
Traces exported to collector endpoint in JSON format
## Actual Result
Traces are being Base64 encoded via the `OTLPTraceExporte…
-
## Overview
With the advent of [Apollo 3](https://www.apollographql.com/docs/react/migrating/apollo-client-3-migration/), the `ApolloClient`, some breaking changes were introduced, including centra…
-
### Environment
- Operating System: Windows_NT
- Node Version: v18.17.1
- Nuxt Version: 3.7.1
- CLI Version: 3.8.1
- Nitro Version: 2.6.3
- Package Manager: pnpm@8.7.4
- Builde…
-
## Issue
Hello,
We have a use case where the client may be ahead of the server version. This often happens when the server is located in an offline or disconnected environment. As the graphql sc…