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

14 lines
171 B
GraphQL

query {
authentication {
providers(
filter: "isEnabled eq true",
orderBy: "title ASC"
) {
key
title
useForm
icon
}
}
}