diff --git a/docs/3.0.0-beta.x/concepts/policies.md b/docs/3.0.0-beta.x/concepts/policies.md index ae811d53dd..cafef71232 100644 --- a/docs/3.0.0-beta.x/concepts/policies.md +++ b/docs/3.0.0-beta.x/concepts/policies.md @@ -56,6 +56,10 @@ You can access to any controllers, services or models thanks to the global varia To apply policies to a route, you need to associate an array of policies to it. There are two kinds of policies: global or scoped. +::: warning +To apply policies with GraphQL please see the [following guide](../plugins/graphql.md#execute-a-policy-before-a-resolver) +::: + ### Global policies The global policies can be associated to any routes in your project.