graphql-codegen-vscode icon indicating copy to clipboard operation
graphql-codegen-vscode copied to clipboard

vscode extension which runs graphql-codegen whenever you save a query/mutation

Results 18 graphql-codegen-vscode issues
Sort by recently updated
recently updated
newest added

Setup: - .graphql A contains fragment B - .graphql file C contains a an operation that references the fragment B Result: - The extension works without issues when saving A...

I'm getting an issue when I save graphql/gql files: `Codegen threw 1 error, first one: Unable to find any GraphQL type definitions for the following pointers:` Codegen works great if...

I've struggled when trying to use single graphql config file for all vscode extensions (graphql releated): - graphql-codegen-vscode - graphql.vscode-graphql (Graphql language service) graphql.vscode-graphql and @graphql-codegen/cli both searching configs by...

Hello! First of all, thanks for creating and maintaining this useful tool. Just a quick note to inform you that this plugin is currently not compatible with [Yarn PnP](https://yarnpkg.com/features/pnp) (see...

ideally we should remove the old codegen file as well

I have this extension configured to watch all .ts and .tsx files. I am using the `near-file-operation` preset. The extension complains if the current file doesn't contain any gql definitions....

I'm trying to use this extension in a apollo server project. There exists multiple `.graphql` files defining the schema and the generator updates a json (introspection) and a `generated.ts` file...

Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @​ryanwilsonperkin in webpack/webpack#16759 v5.76.0...

dependencies

Bumps [undici](https://github.com/nodejs/undici) from 5.15.1 to 5.19.1. Release notes Sourced from undici's releases. v5.19.1 ⚠️ Security Release ⚠️ Regular Expression Denial of Service in Headers with CVE-2023-24807 CRLF Injection in Nodejs...

dependencies

I'm using extension v1.1.0. My configs: codegen.ts ```ts import type { CodegenConfig } from '@graphql-codegen/cli' import { printSchema } from 'graphql' import { schema } from '@lib/graphql/schema' const config: CodegenConfig...