wikijs-fork/client/graph/login/login-query-strategies.gql

14 lines
172 B
Plaintext
Raw Normal View History

query {
authentication {
2018-06-17 15:12:11 +00:00
strategies(
filter: "isEnabled eq true",
orderBy: "title ASC"
) {
key
title
useForm
icon
}
}
}