Files
wikijs-fork/client/graph/admin/users/users-query-strategies.gql
2018-10-13 23:29:48 -04:00

13 lines
130 B
GraphQL

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