diff --git a/docs/source/federated-types/federated-directives.mdx b/docs/source/federated-types/federated-directives.mdx index 856d2bd04..eed51615f 100644 --- a/docs/source/federated-types/federated-directives.mdx +++ b/docs/source/federated-types/federated-directives.mdx @@ -563,6 +563,8 @@ type Employee implements User @tag(name: "team-admin") { ### `@composeDirective` +> ⚠️ **Important:** This feature is currently available only in Rover and the open-source Federation libraries. Studio support is coming soon. + ```graphql directive @composeDirective(name: String!) repeatable on SCHEMA ```