Package graphql.schema
Class InputValueWithState
java.lang.Object
graphql.schema.InputValueWithState
Used by @
GraphQLArgument
and GraphQLInputObjectField
to represent different value states.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription@Nullable Object
getValue()
boolean
boolean
boolean
boolean
isNotSet()
boolean
isSet()
static InputValueWithState
newExternalValue
(@Nullable Object value) static InputValueWithState
newInternalValue
(@Nullable Object value) static InputValueWithState
newLiteralValue
(@NonNull Value value) toString()
-
Field Details
-
NOT_SET
-
-
Method Details