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

15 lines
167 B
Plaintext
Raw Normal View History

query {
authentication {
2018-06-17 15:12:11 +00:00
strategies(
isEnabled: true
) {
key
title
useForm
icon
color
selfRegistration
}
}
}