Uses of Class
org.springframework.graphql.data.ArgumentValue
Packages that use ArgumentValue
-
Uses of ArgumentValue in org.springframework.graphql.data
Methods in org.springframework.graphql.data that return ArgumentValueModifier and TypeMethodDescriptionstatic <T> ArgumentValue<T>
ArgumentValue.ofNullable
(T value) Static factory method for an argument value that was provided, even if it was set to "null.static <T> ArgumentValue<T>
ArgumentValue.omitted()
Static factory method for an argument value that was omitted.