Annotation Interface GraphQl.Entity
- Enclosing class:
GraphQl
Marks a Java type that should be included in generated GraphQL schema output.
Resolver return types and object fields that use Java classes, records, interfaces, or enums must reference types annotated with this annotation before the declarative GraphQL generator emits SDL for them.