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