feat: admin auth - save config
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
mutation($locale: String!, $autoUpdate: Boolean!, $namespacing: Boolean!, $namespaces: [String]!) {
|
||||
localization {
|
||||
updateLocale(locale: $locale, autoUpdate: $autoUpdate, namespacing: $namespacing, namespaces: $namespaces) {
|
||||
mutation($strategies: [AuthenticationStrategyInput]) {
|
||||
authentication {
|
||||
updateStrategies(strategies: $strategies) {
|
||||
responseResult {
|
||||
succeeded
|
||||
errorCode
|
||||
|
8
client/graph/admin/auth/auth-query-groups.gql
Normal file
8
client/graph/admin/auth/auth-query-groups.gql
Normal file
@@ -0,0 +1,8 @@
|
||||
query {
|
||||
groups {
|
||||
list {
|
||||
id
|
||||
name
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user