Package io.smallrye.graphql.client.model.helper
package io.smallrye.graphql.client.model.helper
-
ClassDescriptionUtility methods for resolving GraphQL directives from annotated elements.Represents an instance of a GraphQL directive, providing methods to build the directive string and convert the directive arguments to a string representation.Represents a model for a Java (jandex) class field, providing information about the field's characteristics and associated directives.An interface for elements that have a name and may be associated with GraphQL directives.Represents a model for a GraphQL operation method, providing methods to generate GraphQL query fields, handle parameter bindings, and extract operation-related information.Represents a model for a method parameter in GraphQL, providing information about the parameter's name, type, and associated directives.Represents a model for handling GraphQL types, including information about the underlying Jandex Type.