feat: auth self-registration config + gql grouping
This commit is contained in:
6
client/graph/common/common-locale-query.gql
Normal file
6
client/graph/common/common-locale-query.gql
Normal file
@@ -0,0 +1,6 @@
|
||||
query($locale: String!, $namespace: String!) {
|
||||
translations(locale:$locale, namespace:$namespace) {
|
||||
key
|
||||
value
|
||||
}
|
||||
}
|
10
client/graph/common/common-users-query-search.gql
Normal file
10
client/graph/common/common-users-query-search.gql
Normal file
@@ -0,0 +1,10 @@
|
||||
query ($query: String!) {
|
||||
users {
|
||||
search(query:$query) {
|
||||
id
|
||||
name
|
||||
email
|
||||
provider
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user