wikijs-fork/client/graph/admin-auth-query-strategies.gql

16 lines
169 B
Plaintext
Raw Normal View History

2018-06-04 04:41:29 +00:00
query {
authentication {
strategies {
isEnabled
key
props
title
useForm
config {
key
value
}
}
}
}