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 ObjectgetValue()booleanbooleanbooleanbooleanisNotSet()booleanisSet()static InputValueWithStatenewExternalValue(@Nullable Object value) static InputValueWithStatenewInternalValue(@Nullable Object value) static InputValueWithStatenewLiteralValue(@NonNull Value value) toString()
-
Field Details
-
NOT_SET
-
-
Method Details