Uses of Class
io.smallrye.graphql.client.model.helper.OperationModel
-
Packages that use OperationModel Package Description io.smallrye.graphql.client.model.helper -
-
Uses of OperationModel in io.smallrye.graphql.client.model.helper
Methods in io.smallrye.graphql.client.model.helper that return OperationModel Modifier and Type Method Description static OperationModelOperationModel. of(org.jboss.jandex.MethodInfo method)Creates and returns a newOperationModelinstance based on the provided JandexMethodInfo.
-