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 1b1873b commit 03163eeCopy full SHA for 03163ee
src/main/com/intellij/lang/jsgraphql/types/schema/idl/WiringEnvironment.java
@@ -17,11 +17,10 @@ The MIT License (MIT)
17
*/
18
package com.intellij.lang.jsgraphql.types.schema.idl;
19
20
-
21
import com.intellij.lang.jsgraphql.types.PublicApi;
22
23
@PublicApi
24
-abstract class WiringEnvironment {
+public abstract class WiringEnvironment {
25
26
private final TypeDefinitionRegistry registry;
27
0 commit comments