Uses of Interface
io.smallrye.graphql.client.core.InputObjectField
-
Packages that use InputObjectField Package Description io.smallrye.graphql.client.core -
-
Uses of InputObjectField in io.smallrye.graphql.client.core
Methods in io.smallrye.graphql.client.core that return InputObjectField Modifier and Type Method Description static InputObjectFieldInputObjectField. prop(String name, Variable var)static InputObjectFieldInputObjectField. prop(String name, Object value)Methods in io.smallrye.graphql.client.core that return types with arguments of type InputObjectField Modifier and Type Method Description List<InputObjectField>InputObject. getInputObjectFields()Methods in io.smallrye.graphql.client.core with parameters of type InputObjectField Modifier and Type Method Description static InputObjectInputObject. inputObject(InputObjectField... inputObjectFields)Method parameters in io.smallrye.graphql.client.core with type arguments of type InputObjectField Modifier and Type Method Description voidInputObject. setInputObjectFields(List<InputObjectField> inputObjectFields)
-