Jim Kynde Meyer

Results 37 comments of Jim Kynde Meyer

I had the same issue when running with the latest WinFsp 2021 from https://github.com/billziss-gh/winfsp/releases/tag/v1.9 Debugging the MemoryFS example showed that the paths being passed to the Java methods were invalid,...

Hi Nicholas. Thanks for using the plugin. The JSON format is supported mostly for backwards compatibility with v1 of the plugin. I recommended that you set your `schemaPath` to a...

@nhusher have you tried simply using a `.graphql` file extension with the tool. I'd be surprised if they don't support this.

Hi, Thanks for using the plugin. JSON files are not automatically included in schema discovery as they may contain non-graphql content. You have to set your `schemaPath` to your `schema.json`...

Hi Justin. Thanks for using the plugin. Based on my current knowledge, Android Studio is its own distribution based on top of the shared IntelliJ platform. This likely means that...

Hi le0nik. Thanks for using the plugin. I'll label this as an enhancement. For now you can manually trigger GraphQL language injection by adding a `//language=GraphQL` comment on the line...

Hi, Thanks for using the plugin. Schema discovery looks for tagged template literals named `gql` or `graphql`. This is done for performance reasons to support very large projects. If you...

Hi Austin, PSL appears to be its own language, meaning that the entire featureset for language tooling would have to be implemented (parser, formatter, completion, error highlighting, go to definition...

Hi Daniel. Thanks for using the plugin. String interpolation is a bit of a grey area given that the GraphQL spec doesn't cover templating such as string interpolation using JS...

@ashwins93 You'll find the variables button in the toolbar for each GraphQL file tab. It's a yellow V left to the endpoint URL dropdown. Variables are entered as JSON: ```graphql...