Annotation Interface Shareable
@Description("Indicates that an object type\'s field is allowed to be resolved by multiple subgraphs (by default in Federation 2, object fields can be resolved by only one subgraph).")
@Retention(RUNTIME)
@Repeatable(Shareables.class)
@Experimental("SmallRye GraphQL Federation is still subject to change.")
public @interface Shareable
directive @shareable repeatable on FIELD_DEFINITION | OBJECT- See Also:
-
Nested Class Summary
Nested Classes