Annotation Type Authenticated


  • @Description("Indicates to composition that the target element is accessible only to the authenticated supergraph users.")
    @Retention(RUNTIME)
    @Experimental("SmallRye GraphQL Federation is still subject to change.")
    public @interface Authenticated
    directive @authenticated on ENUM | FIELD_DEFINITION | INTERFACE | OBJECT | SCALAR
    See Also:
    federation spec