Uses of Class
io.smallrye.graphql.schema.model.Argument
-
-
Uses of Argument in io.smallrye.graphql.schema.model
Methods in io.smallrye.graphql.schema.model that return types with arguments of type Argument Modifier and Type Method Description List<Argument>Operation. getArguments()Methods in io.smallrye.graphql.schema.model with parameters of type Argument Modifier and Type Method Description voidOperation. addArgument(Argument argument)Method parameters in io.smallrye.graphql.schema.model with type arguments of type Argument Modifier and Type Method Description voidOperation. setArguments(List<Argument> arguments)
-