Tobias Tengler

Results 51 issues of Tobias Tengler

### Is your feature request related to a problem? Some methods in the library accept GraphQL strings, e.g. `AddDocumentFromString()` or `ExecuteAsync()`. Currently there is no syntax highlighting / validation for...

🎉 enhancement
🔍 investigate
🌶️ hot chocolate
📌 pinned

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Executing any request against a GraphQL server running the latest...

🐛 bug
🌶️ hot chocolate

**Is your feature request related to a problem? Please describe.** If there are many snapshot files, it gets really tedious to look up the snapshot files and most of the...

I've decided to upgrade the [feature/respect-additional-files](https://github.com/OmniSharp/omnisharp-roslyn/compare/feature/respect-additional-files) branch to the latest master as per [this comment](https://github.com/OmniSharp/omnisharp-roslyn/issues/1592#issuecomment-573695399) in the hope of driving development on this feature! Related to #1592

I want to check if a user is authenticated (**NOT** authorized) for a specific query, resolver, etc. via a JWT Token in the `Authorization` Header. I also need to integrate...

question

According to the specification the ID scalar can be "integer" or "string" when used as an input and only "string" when used as an output: https://spec.graphql.org/June2018/#sec-ID Currently it's represented as...

The difference between a "nullable" and a non-null field is currently handled using the "required" property on the JSON schema object. This is only partly correct, as a nullable field...

I tried to use this plugin in a new Vite app and noticed that it doesn't work, due to the usage of `require.resolve`. While fixing this I also noticed that...

Allow to annotate the GraphQL schema with caching hints and add middleware that dynamically computes the cache expiration time on a per query basis. In this first iteration these cache...

🧰 maintenance
🌶️ hot chocolate
👓 ready-for-review

### Is your feature request related to a problem? I have an interface type with two implementing object types. Both object types refer to the same entity, so they share...

🎉 enhancement
🌶️ hot chocolate
Area: Relay