You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
171 B

  1. query {
  2. authentication {
  3. providers(
  4. filter: "isEnabled eq true",
  5. orderBy: "title ASC"
  6. ) {
  7. key
  8. title
  9. useForm
  10. icon
  11. }
  12. }
  13. }