Package | Description |
---|---|
graphql.schema |
Modifier and Type | Method and Description |
---|---|
Coercing |
GraphQLScalarType.getCoercing() |
Coercing |
GraphQLEnumType.getCoercing() |
Modifier and Type | Method and Description |
---|---|
GraphQLScalarType.Builder |
GraphQLScalarType.Builder.coercing(Coercing coercing) |
Constructor and Description |
---|
GraphQLScalarType(String name,
String description,
Coercing coercing)
Deprecated.
use the
GraphQLScalarType.newScalar() builder pattern instead, as this constructor will be made private in a future version. |
GraphQLScalarType(String name,
String description,
Coercing coercing,
List<GraphQLDirective> directives,
ScalarTypeDefinition definition)
Deprecated.
use the
GraphQLScalarType.newScalar() builder pattern instead, as this constructor will be made private in a future version. |
Copyright © 2019. All rights reserved.