Uses of Class
io.smallrye.graphql.client.model.helper.FieldModel
-
Packages that use FieldModel Package Description io.smallrye.graphql.client.model.helper -
-
Uses of FieldModel in io.smallrye.graphql.client.model.helper
Methods in io.smallrye.graphql.client.model.helper that return FieldModel Modifier and Type Method Description static FieldModelFieldModel. of(org.jboss.jandex.FieldInfo field)Creates and returns a newFieldModelinstance based on the provided field information and raw type.Methods in io.smallrye.graphql.client.model.helper that return types with arguments of type FieldModel Modifier and Type Method Description Stream<FieldModel>TypeModel. fields()Retrieves a stream of FieldModel instances representing the fields of the type.Methods in io.smallrye.graphql.client.model.helper with parameters of type FieldModel Modifier and Type Method Description StringOperationModel. field(FieldModel field)Generates the GraphQL representation of a field based on the providedFieldModel.
-