Merge branch 'development' of https://github.com/authorizerdev/authorizer into development
This commit is contained in:
@@ -170,3 +170,12 @@ export const WebhookLogsQuery = `
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
export const GetAvailableRolesQuery = `
|
||||
query {
|
||||
_env {
|
||||
ROLES
|
||||
PROTECTED_ROLES
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
Reference in New Issue
Block a user