Annotation Type External


  • @Description("Indicates that this subgraph usually can\'t resolve a particular object field, but it still needs to define that field for other purposes.\nThis directive is always used in combination with another directive that references object fields, such as @provides or @requires.")
    @Retention(RUNTIME)
    @Experimental("SmallRye GraphQL Federation is still subject to change.")
    public @interface External
    directive @external on FIELD_DEFINITION | OBJECT
    See Also:
    federation spec