@Description(value="The @external directive is used to mark a field as owned by another service. This allows service A to use fields from service B while also knowing at runtime the types of that field.") @Retention(value=RUNTIME) @Experimental(value="SmallRye GraphQL Federation is still subject to change.") public @interface External
directive @external on FIELD_DEFINITIONCopyright © 2018–2021. All rights reserved.