-
API V2 has uses Graphql. Add Swagger if possible
-
Hi everyone,
I hope this message finds you well!
I’ve been working on what I believe is the future of LightAPI, and I’d like to share my vision with you. The latest code reflects how I imagine L…
-
Like [mentioned in the docs](https://github.com/apollographql/eslint-plugin-graphql#identity-template-literal-tag), a lot of GraphQL clients (such as [`graphql-react`](https://github.com/jaydenseric/g…
-
What's attracting me to GraphQL for a suite of Meteor apps is the one GraphQL server with multiple clients, as per this diagram on learngraphql.com
I'm not sure how this is meant to be achieved wit…
-
Hi, I have a monorepo, with the website under `apps/gatographql`. I have the following `netlify.toml`:
```toml
[build]
command = "npm run build --prefix apps/gatographql"
publish = ".next"
…
-
### Is your feature request related to a problem?
From what i understand (from the unit tests), is that you can run one query, and grab output variables from it as inputs for the next query in the ba…
-
With the changes made to the relay and clients don't have to run a local rmb anymore I think we can deprecate the gridproxy project and use the web3proxy instead.
I also think a lot off code can b…
-
## What is it and When to use it
- **What is GraphQL**?: what you defined is what you will get.
GraphQL offers a solution to the issues of under-fetching and over-fetching data present in traditi…
-
#### Perceived Problem
- GraphQL global identification is a [widely spread idea in GraphQL community](https://www.google.com/search?q=GraphQL+global+identification&rlz=1C5CHFA_enCA865CA86…
-
### Which packages are impacted by your issue?
@graphql-codegen/client-preset
### Describe the bug
using graphql code generator to generate gql.ts like below:
```ts
/**
* The graphql function…