-
Today, GraphQL queries to the Storefront API are defined as strings in the starter template:
```jsx
useShopQuery({ query: QUERY, ... });
const QUERY = gql`
query indexContent(
$country:…
-
Could you please document how can we add new schemas and resolvers and how is the code generated with async queries to an external server?
Thanks
-
When I run `npm run build`, the following error occurs
```bash
> modern-frontend@0.0.0 build
> vue-tsc --noEmit && vite build
src/env.d.ts:2:23 - error TS2688: Cannot find type definition file…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
We tried to run the local machine and Gitlab runner but the result same in both places. We tr…
-
**Describe the bug**
I'm using the plugin `@graphql-codegen/typescript-urql@3.1.2`.
It works but generates code like:
```ts
import { DocumentNode } from "graphql";
// ...
export const MyDo…
-
### `brew gist-logs ` link OR `brew config` AND `brew doctor` output
```shell
HOMEBREW_VERSION: 3.5.10-49-gb2ddb34
ORIGIN: https://github.com/Homebrew/brew
HEAD: b2ddb341a0489834dbbfcb57544d87c4…
-
**Describe the bug**
it's just a small bug, just need `() =>` before fetcher
When running `npx tsc` it throws an error and the error is in the generated file
And when starting (Vite) dev…
-
Hi,
Running 'npm install' and 'npm run dev' gives
```
[vite] Internal server error: Unexpected string
Plugin: vite:css
File: /home/marius/work/vue-template/src/App.vue?vue&type=style&inde…
-
### Issue description or question
Hi, I am trying to use Mocha with Wallaby but I keep randomly getting following error: "Mocha instance is currently running tests, cannot start a next test…