OpenLiberty / liberty-tools-intellij

IntelliJ IDEA extension for Liberty
https://plugins.jetbrains.com/plugin/14856-open-liberty-tools
Eclipse Public License 2.0
11 stars 20 forks source link

GraphQL support has disabled some messages #774

Open turkeylurkey opened 1 month ago

turkeylurkey commented 1 month ago

The GraphQL support in lsp4mp can detect if @Query or @Mutation is used to annotate a method that returns void. This message is currently disabled. Investigate whether these messages are valid in the version(s) of MicroProfile that we support and whether they should be enabled.

MicroProfileGraphQLASTValidator.NO_VOID_MESSAGE MicroProfileGraphQLASTValidator.NO_VOID_MUTATION_MESSAGE