| DirectiveHelper |
Utility methods for resolving GraphQL directives from annotated elements.
|
| DirectiveInstance |
Represents an instance of a GraphQL directive, providing methods to build the directive string
and convert the directive arguments to a string representation.
|
| FieldModel |
Represents a model for a Java (jandex) class field, providing information about the field's characteristics
and associated directives.
|
| OperationModel |
Represents a model for a GraphQL operation method, providing methods to generate GraphQL query fields,
handle parameter bindings, and extract operation-related information.
|
| ParameterModel |
Represents a model for a method parameter in GraphQL, providing information about the parameter's name,
type, and associated directives.
|
| TypeModel |
Represents a model for handling GraphQL types, including information about the underlying Jandex Type.
|