Uses of Interface
io.smallrye.graphql.client.core.InputObject
-
Packages that use InputObject Package Description io.smallrye.graphql.client.core -
-
Uses of InputObject in io.smallrye.graphql.client.core
Methods in io.smallrye.graphql.client.core that return InputObject Modifier and Type Method Description static InputObjectInputObject. inputObject(InputObjectField... inputObjectFields)Methods in io.smallrye.graphql.client.core with parameters of type InputObject Modifier and Type Method Description static ArgumentArgument. arg(String name, InputObject inputObject)
-