From fadaa64518157bc68d35bd53b6bc68a32a87389e Mon Sep 17 00:00:00 2001 From: Derrick Mehaffy Date: Sat, 4 Jan 2020 11:26:14 -0700 Subject: [PATCH] Update policies documentation to include link to GraphQL doc --- docs/3.0.0-beta.x/concepts/policies.md | 4 ++++ 1 file changed, 4 insertions(+) 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.