diff --git a/docs/integrations/GraphQL/apollo_server.mdx b/docs/integrations/GraphQL/apollo_server.mdx index f05f99c7e..304bcbc82 100644 --- a/docs/integrations/GraphQL/apollo_server.mdx +++ b/docs/integrations/GraphQL/apollo_server.mdx @@ -24,7 +24,7 @@ const permit = new Permit({ token: "permit_key_secret" }); ``` -#### 4 (option 1) - opertaion name to resource & action mapping +#### 4 (option 1) - Operation name to resource & action mapping Create a Plugin to check the permissions of each request and a map of operationName to resource and action in Permit policy ```js const PermissionMap = {