Skip to content

Commit cf72f38

Browse files
committed
address insecureReason comment
1 parent b118905 commit cf72f38

File tree

1 file changed

+1
-1
lines changed
  • test/integration/dataconnect/dataconnect/my-connector

1 file changed

+1
-1
lines changed

test/integration/dataconnect/dataconnect/my-connector/queries.gql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ query ListUsersNoAccess @auth(level: NO_ACCESS) {
3434
address
3535
}
3636
}
37-
query ListUsersImpersonationAnon @auth(level: USER_ANON, insecureReason: "test") {
37+
query ListUsersImpersonationAnon @auth(level: USER_ANON) {
3838
users(where: { id: { eq_expr: "auth.uid" } }) {
3939
id
4040
name

0 commit comments

Comments
 (0)