Uses of Class
graphql.schema.InputValueWithState.State
-
Packages that use InputValueWithState.State Package Description graphql.schema -
-
Uses of InputValueWithState.State in graphql.schema
Fields in graphql.schema declared as InputValueWithState.State Modifier and Type Field Description private InputValueWithState.State
InputValueWithState. state
Methods in graphql.schema that return InputValueWithState.State Modifier and Type Method Description static InputValueWithState.State
InputValueWithState.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static InputValueWithState.State[]
InputValueWithState.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in graphql.schema with parameters of type InputValueWithState.State Constructor Description InputValueWithState(InputValueWithState.State state, java.lang.Object value)
-