Annotation Interface GraphQl.Ignore
- Enclosing class:
GraphQl
@Target({METHOD,FIELD,RECORD_COMPONENT})
@Retention(CLASS)
@Documented
public static @interface GraphQl.Ignore
Excludes an output Java member from generated schema output.
The declarative server generator rejects this annotation on GraphQL input record components, because input records must provide every constructor component.