Vignesh T.V.

Results 31 issues of Vignesh T.V.

## Description @Urigo was looking to standardize the labels used in all the repos across The Guild to enable easier management. This PR is for the same. - All labels...

**Is your feature request related to a problem? Please describe.** When I duplicate fields in my schema and use codegen, I get errors like these: ![image](https://user-images.githubusercontent.com/1165845/136146881-9ded19b1-ca5c-465d-a548-950aadf5d000.png) Looks like this error...

new rule
status/parked

Hi. I am using plop to generate a lot of boilerplate for my projects and it works great. Just encountered a scenario where, **THIS WORKS** ``` { type: "addMany", destination:...

bug
help wanted
good first issue

Hi there. Really love plop. It is making my job a lot easier now. Was wondering one thing though. How do we get the cli to display the description for...

enhancement
good first issue

Hi. I have been using GraphQL and its ecosystem for quite sometime now including graphqljs (indirectly through abstractions), Apollo/Mercurius, GraphiQL/Playground, Dataloader. VSCode GraphQL, Apollo Federation, and recently with the tools...

## Actual Behavior Hi. I have my project setup as a [PNPM workspace](https://pnpm.js.org/en/workspaces) and VSCode GraphQL has been working well except for 1 issue - It navigates within `node_modules` folder...

lsp-server

Hi. I tried setting up Dokz with my nextjs project and it worked well. I was trying to import a partial file from within my MDX file like this: ```mdx...

Hi. I have been using this plugin for CSV imports in Strapi and after some usage, I noticed that it skipped some records even though it was perfectly valid. For...

## Description Addressing feedback from @AllexVeldman here: https://github.com/kamilkisiela/graphql-inspector/pull/2054#discussion_r774396413 with respect to allowing optional `data` key during introspection. Fixes https://github.com/kamilkisiela/graphql-inspector/pull/2054#discussion_r774396413 ## Type of change Please delete options that are not relevant....

@dotansimha Hi. Awesome work with this. While I am able to properly generate types for all the queries and mutations with this, I was wondering how you would handle type...