You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graphql-jpa-query-schema/src/main/java/com/introproventures/graphql/jpa/query/schema/RestrictedKeysProvider.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
* The RestrictedKeysProvider functional interface should provide a list of restricted keys in order to filter records
11
11
* at runtime based on user security context based on EntityIntrospection descriptor.
12
12
*
13
-
* The return argument uses Optional<List<Object>> return type:
13
+
* The return argument uses Optional of List of Objects return type:
14
14
* The non-empty list will restrict the query to provided keys
15
15
* The empty list will run the query unrestricted.
16
16
* The empty Optional will block running the query and return empty result.
0 commit comments