Skip to content

Commit 5c5300d

Browse files
committed
ValuesResolver is an internal class
1 parent 1ea366d commit 5c5300d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/graphql/execution/ValuesResolver.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33

44
import graphql.GraphQLException;
5+
import graphql.Internal;
56
import graphql.language.Argument;
67
import graphql.language.ArrayValue;
78
import graphql.language.NullValue;
@@ -27,6 +28,7 @@
2728
import java.util.Map;
2829
import java.util.stream.Collectors;
2930

31+
@Internal
3032
public class ValuesResolver {
3133

3234

0 commit comments

Comments
 (0)