We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40af6a0 commit a1ea217Copy full SHA for a1ea217
2 files changed
src/main/java/graphql/util/querygenerator/QueryGenerator.java
@@ -8,8 +8,8 @@
8
import graphql.schema.GraphQLOutputType;
9
import graphql.schema.GraphQLSchema;
10
import graphql.schema.GraphQLUnionType;
11
+import org.jspecify.annotations.Nullable;
12
-import javax.annotation.Nullable;
13
import java.util.stream.Stream;
14
15
/**
src/main/java/graphql/util/querygenerator/QueryGeneratorPrinter.java
@@ -2,8 +2,8 @@
2
3
import graphql.language.AstPrinter;
4
import graphql.parser.Parser;
5
6
7
import java.util.List;
import java.util.stream.Collectors;
0 commit comments