14 lines
171 B
GraphQL
14 lines
171 B
GraphQL
query {
|
|
authentication {
|
|
providers(
|
|
filter: "isEnabled eq true",
|
|
orderBy: "title ASC"
|
|
) {
|
|
key
|
|
title
|
|
useForm
|
|
icon
|
|
}
|
|
}
|
|
}
|