Annotation Type Provides
-
@Description("When resolving the annotated field, this service can provide additional, normally `@external` fields.") @Retention(RUNTIME) @Experimental("SmallRye GraphQL Federation is still subject to change. Additionally, this annotation is currently only a directive without explicit support from the extension.") public @interface Providesdirective @provides(fields: _FieldSet!) on FIELD_DEFINITION
-
-
Element Detail
-
fields
@NonNull @NonNull String[] fields
-
-