feat: admin auth UI + fetch
This commit is contained in:
15
client/graph/admin-auth-query-strategies.gql
Normal file
15
client/graph/admin-auth-query-strategies.gql
Normal file
@@ -0,0 +1,15 @@
|
||||
query {
|
||||
authentication {
|
||||
strategies {
|
||||
isEnabled
|
||||
key
|
||||
props
|
||||
title
|
||||
useForm
|
||||
config {
|
||||
key
|
||||
value
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user