-
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…
-
# Context
In complex API ecosystems, it is common to encounter inconsistencies between specifications from different sources. Such discrepancies can lead to conflicts and complications when attempt…
-
Seems that Aseko deployed an updated configuration of the Apollo GraphQL server and the as is integration stopped working.
Seems that some additional headers are now required for successful authent…
-
Hi,
I tried to create a gateway for external graphql, but a received a error:
```
throw new MER_ERR_GQL_GATEWAY_INIT('No valid service SDLs were provided')
^
FastifyError [Error]: G…
-
### Issue workflow progress
_Progress of the issue based on the
[Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_
- …
-
It seems `import-types` preset adds "Types." prefix to all types, regardless if they actualy need to be imported.
Codegen config:
```yaml
generates:
src/api/index.ts:
schema: './n…
-
### Describe the bug
Most likely it's an issue with Bun. It happens when integrating GraphQL Yoga with Express and using express.json() middleware. Also the bug occurs when integrating Yoga with Fast…
-
### Issue workflow progress
_Progress of the issue based on the
[Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_
- …
-
Hi, thank you for this plugin!
My team and I are facing a bug when updating the GraphQL schema with multiple stacks while using the plugin. Since we have a huge project, we decided to split it into…
-
# Issue summary
I'm trying to generate types for the following query
```graphql
export const getProductsTestQuery = `#graphql
query RecommendedProducts($buyer: BuyerInput) @inContext(buyer: $bu…