-
## Actual Behavior
Currently, the extension parses TS/JS files for `gql` tag with a `regex` and decorates the code with `Execute ` actions. This also happens when we don't have a graphql config file …
-
### What is the issue?
[This](https://github.com/sagikazarmark/daggerverse/pull/177) change in my trivy module cuases the following error:
```
invoke: returned error 422 Unprocessable Entity: {"e…
-
This introduces `$take`/`$skip` in DAB REST and GraphQL endpoints.
> Previous discussions had this feature as a synonym of $first/$after, but that is no longer the plan. The current plan is, instea…
-
It's seems like query variables are not supported yet.
Example:
```javascript
const Client = require('graphql-ld').Client;
const QueryEngineComunica = require('graphql-ld-comunica').QueryEngin…
-
Gql-generator goes into infinite recursiveness once we add just 2 lines of code to the end of `example/sampleTypeDef.graphql`!
CC @RvanderLaan
Steps to reproduce:
1. Copy the code below to `ex…
-
I want to use multiple GraphQL endpoint on single project, but this extension seems load only one (first) project even if multiple project exists on `graphql.config.yml`.
Here's example, only 3 fil…
-
## Problem
To better explain the project description i firstly need to tell the problem i have.
So i wish to write a native app for every platform but this takes a lot of time to do because ever…
-
As documented in [Here](https://github.com/microapps/gatsby-plugin-react-i18next#how-to-add-sitemapxml-for-all-language-specific-pages), it said we should query the `allSitePage` and filter it with `c…
-
### 👟 Reproduction steps
When I provide multiple queries to graphql WebSDK function and one of them fails two errors appears.
One is correct, but second one says `An unknown error has occured. Pl…
-
Queries can contain a block constraint like `block: { number: 79 }` to execute the query at block 79. It is not possible to express 'give me data for the latest block' with that constraint which force…