We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a591e commit ba597beCopy full SHA for ba597be
website/pages/docs/authorization-strategies.mdx
@@ -11,7 +11,7 @@ servers using GraphQL.js. It assumes you're authenticating requests and passing
11
session object into the `context`.
12
13
<Callout type="info" emoji="ℹ️">
14
- In production system,s authorization should be handled in your business logic layer, not your
+ In production systems authorization should be handled in your business logic layer, not your
15
GraphQL resolvers. GraphQL is intended to be a thin execution layer that calls into your application's
16
domain logic, which enforces access control.
17
</Callout>
0 commit comments