@Description(value="In order to resolve the annotated field, this service needs these additional `@external` fields, even when the client didn\'t request them.") @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 Requires
directive @requires(fields: _FieldSet!) on FIELD_DEFINITION@NonNull public abstract @NonNull String[] fields
Copyright © 2018–2021. All rights reserved.