Merge branch 'development' of https://github.com/authorizerdev/authorizer into development

This commit is contained in:
Lakhan Samani
2022-10-25 08:21:32 +05:30
4 changed files with 914 additions and 797 deletions

View File

@@ -170,3 +170,12 @@ export const WebhookLogsQuery = `
}
}
`;
export const GetAvailableRolesQuery = `
query {
_env {
ROLES
PROTECTED_ROLES
}
}
`;