wikijs-fork/client/graph/admin-auth-query-strategies.gql
2018-06-04 00:41:29 -04:00

16 lines
169 B
GraphQL

query {
authentication {
strategies {
isEnabled
key
props
title
useForm
config {
key
value
}
}
}
}