Uses of Class
io.smallrye.graphql.client.model.helper.FieldModel
Packages that use FieldModel
-
Uses of FieldModel in io.smallrye.graphql.client.model.helper
Methods in io.smallrye.graphql.client.model.helper that return FieldModelModifier and TypeMethodDescriptionstatic 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 FieldModelModifier and TypeMethodDescriptionTypeModel.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 FieldModelModifier and TypeMethodDescriptionOperationModel.field(FieldModel field) Generates the GraphQL representation of a field based on the providedFieldModel.