@Description(value="When resolving the annotated field, this service can provide additional, normally `@external` fields.") @Retention(value=RUNTIME) @Experimental(value="SmallRye GraphQL Federation is still subject to change. Additionally, this annotation is currently only a directive without explicit support from the extension.") public @interface Provides
directive @provides(fields: _FieldSet!) on FIELD_DEFINITION@NonNull public abstract @NonNull String[] fields
Copyright © 2018–2021. All rights reserved.