feat: admin groups - list + create, gql refactoring
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
query {
|
||||
authentication {
|
||||
providers(
|
||||
filter: "isEnabled eq true",
|
||||
orderBy: "title ASC"
|
||||
) {
|
||||
key
|
||||
title
|
||||
useForm
|
||||
icon
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user