authtest: ensure only site admins can list users (#21199)

This commit is contained in:
ᴜɴᴋɴᴡᴏɴ 2021-05-23 16:21:13 +08:00 committed by GitHub
parent e8dfa4ec1d
commit f1765df3ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -290,6 +290,16 @@ mutation {
id
}
}
}`,
}, {
name: "users",
query: `
{
users {
nodes {
id
}
}
}`,
}, {
name: "surveyResponses",