strawberry-graphql / strawberry-django

Strawberry GraphQL Django extension
https://strawberry.rocks/docs/django
MIT License
409 stars 118 forks source link

docs: Fix typos in object-level Permissions documentation #407

Closed sjdemartini closed 11 months ago

sjdemartini commented 11 months ago

Description

There seemed to be some stale references to class names that don't exist (e.g., HasObjPerm, ObjPermRequired), so this changes them to refer to the current permission directive class names.

I believe I made these updates correctly, but haven't actually used the library yet myself, so please let me know if anything needs tweaking.

Types of Changes

Issues Fixed or Closed by This PR

n/a

Checklist