Petr Homoky

Results 10 issues of Petr Homoky

For testing purposes can take some time to write all fields. Would be great if we could somehow fill all available fields in current level of query or mutation... We...

enhancement
lsp-server

I follow the docs here, so please maybe I am doing something wrong here. I have User model defined via Nexus. It is working, I want extend its root type,...

For testing purpose for example is need to run server from another script. Weakky helped me with this script: ``` import yoga from './server.ts' const serverInstance = await yoga.server() await...

I installed clear yoga2 with `npm init` and after `npm run dev`: ``` Error: Cannot find module 'express' ``` So I had to install it manualy via `npm instal express`...

This extension is great! It would be great to automatically highlight every change (new or update line) since last commit.

Hey, it would be great if it would be possible to exclude some fields. For example ID or date fields that make conflicts with snapshots. Now I solve it with...

Hey, great extension!!! I have been looking for this one for months! It would be great if it would support auto syntax detection of pasted code and also to be...

I really love the package. It is the best out there right now for writing typed queries and mutations. We use it in quite big project with hundreds of queries...

I really love the API (how the genql is used). It would be great if: - generateQueryOp - generateMutationOp - generatSubscriptionOp would support `TypedDocumentNode` so it would be possible to...

Having suggestions in the center of the object quite distracting. I would love to have option to see it neither left, right, center. When i want to click on something...

enhancement