feat: add user roles multi select input

This commit is contained in:
anik-ghosh-au7
2022-10-23 22:59:17 +05:30
parent 6e09307c22
commit 0f67d74657
4 changed files with 912 additions and 795 deletions

View File

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