File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
main/java/graphql/schema/idl
test/groovy/graphql/schema/idl Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1313 * Info on all the standard scalar objects provided by graphql-java
1414 */
1515public class ScalarInfo {
16- /**
17- * A list of the scalar types provided by graphql-java
18- */
19- public static final List <GraphQLScalarType > STANDARD_SCALARS = new ArrayList <>();
2016
2117 /**
2218 * A list of the built-in scalar types as defined by the graphql specification
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ class SchemaParserTest extends Specification {
114114 typeExtensions. size() == 1
115115 typeExtensions. get(" Query" ) != null
116116
117- scalarTypes. size() == 6 // includes standard scalars
117+ scalarTypes. size() == 6 // only contains the 5 graphql standard types and URL
118118 scalarTypes. get(" Url" ) instanceof ScalarTypeDefinition
119119
120120
You can’t perform that action at this time.
0 commit comments