We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d6518a commit 8ce7334Copy full SHA for 8ce7334
src/com/magento/idea/magento2plugin/stubs/indexes/graphql/GraphQlResolverIndex.java
@@ -36,6 +36,7 @@
36
import java.util.Map;
37
import org.jetbrains.annotations.NotNull;
38
39
+@SuppressWarnings({"PMD.ExcessiveImports"})
40
public class GraphQlResolverIndex extends ScalarIndexExtension<String> {
41
public static final ID<String, Void> KEY
42
= ID.create("com.magento.idea.magento2plugin.stubs.indexes.resolver_usages");
0 commit comments