wikijs-fork/client/graph/login/login-query-strategies.gql
2018-10-12 16:41:21 -04:00

15 lines
167 B
GraphQL

query {
authentication {
strategies(
isEnabled: true
) {
key
title
useForm
icon
color
selfRegistration
}
}
}