Tobias Tengler

Results 82 issues of Tobias Tengler

![CleanShot 2024-07-13 at 16 31 43@2x](https://github.com/user-attachments/assets/d1927de0-524f-47e2-a86c-d4653f7011fd)

CLA Signed

Previously the selections of linked fields weren't visited, so arguments on those selections didn't have inlay hints. |Before|After| |---|---| |![CleanShot 2024-07-13 at 16 25 16@2x](https://github.com/user-attachments/assets/9afc9fc3-9af5-4da2-8dfb-5383c0f8956d)|![CleanShot 2024-07-13 at 16 24 29@2x](https://github.com/user-attachments/assets/ef9358b7-9f68-4ef3-aa99-0dd180a12fd9)|

CLA Signed

Last week, while working on a rather large file, I noticed that the LSP would often not suggest any fields or fields from a different level in the selection set....

This adds support for diagnostics while typing (without saving) within schema documents. Currently it's only reporting diagnostics for parsing errors, but it can be extended with actual validation of schema...

CLA Signed

![relay-lsp-folding](https://github.com/facebook/relay/assets/45513122/881a493f-412d-45cc-bbb9-96f93383c921)

CLA Signed

## Description Support for "fragment variables" on fragment definitions has been added in a [previous PR](https://github.com/prettier/prettier/pull/6016). This PR adopts the new experimental `experimentalFragmentArguments` parser option to format both the existing...

We noticed some discrepancies between the ASP.NET Core `[Authorize]` attribute and Hot Chocolate's one. This PR - updates the `[Authorize]` attribute to properly generate the `@authorize` directive, if both `roles`...

🌶️ hot chocolate

### Product Hot Chocolate ### Version 14.0.0-p.139 ### Link to minimal reproduction https://github.com/ChilliCream/graphql-platform/pull/7345 ### Steps to reproduce Run the test in https://github.com/ChilliCream/graphql-platform/pull/7345 ### What is expected? I would expect the...

🐛 bug
🌶️ hot chocolate
Area: Relay

It appears that the PathHelper can not construct a path, if the first subselection of the parent field is skipped in Fusion. An error is produced for the following query:...

🌶️ hot chocolate