feat: auth self-registration config + gql grouping
This commit is contained in:
20
client/graph/admin/locale/locale-query-list.gql
Normal file
20
client/graph/admin/locale/locale-query-list.gql
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
localization {
|
||||
locales {
|
||||
code
|
||||
createdAt
|
||||
isInstalled
|
||||
installDate
|
||||
isRTL
|
||||
name
|
||||
nativeName
|
||||
updatedAt
|
||||
}
|
||||
config {
|
||||
locale
|
||||
autoUpdate
|
||||
namespacing
|
||||
namespaces
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user