Skip to content

Commit 31c504a

Browse files
committed
remove note about skipping arrays
1 parent f1314b2 commit 31c504a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

guides/authorization/pundit_integration.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,6 @@ module BaseInterface
130130
end
131131
```
132132

133-
Pundit scopes [don't play well](https://github.com/rmosolgo/graphql-ruby/issues/2008) with `Array`s, so the integration _skips_ scopes on Arrays. You can also opt out on a field-by-field basis as described below.
134-
135-
You can also customize how the scopes are looked up and applied, see below.
136-
137133
#### Bypassing scopes
138134

139135
To allow an unscoped relation to be returned from a field, disable scoping with `scope: false`, for example:

0 commit comments

Comments
 (0)