Uses of Class
io.smallrye.graphql.schema.model.InputType
-
-
Uses of InputType in io.smallrye.graphql.schema.model
Methods in io.smallrye.graphql.schema.model that return types with arguments of type InputType Modifier and Type Method Description Map<String,InputType>Schema. getInputs()Methods in io.smallrye.graphql.schema.model with parameters of type InputType Modifier and Type Method Description voidSchema. addInput(InputType input)Method parameters in io.smallrye.graphql.schema.model with type arguments of type InputType Modifier and Type Method Description voidSchema. setInputs(Map<String,InputType> inputs)
-