Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix: revert role to developer
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Jun 3, 2020
1 parent ca5b259 commit 1b7405d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ts/basic.ts
Expand Up @@ -20,7 +20,7 @@ app.use(graphqlPath, keycloak.protect())
app.use(cors());
const typeDefs = `
type Query {
hello: String @hasRole(role: "admin")
hello: String @hasRole(role: "developer")
}
`

Expand Down

0 comments on commit 1b7405d

Please sign in to comment.