feat: authentication providers resolver - filter + orderBy
This commit is contained in:
@@ -11,7 +11,6 @@ export default {
|
||||
props
|
||||
title
|
||||
useForm
|
||||
icon
|
||||
config {
|
||||
key
|
||||
value
|
||||
@@ -19,6 +18,21 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
`,
|
||||
QUERY_LOGIN_PROVIDERS: gql`
|
||||
query {
|
||||
authentication {
|
||||
providers(
|
||||
filter: "isEnabled eq true",
|
||||
orderBy: "title ASC"
|
||||
) {
|
||||
key
|
||||
title
|
||||
useForm
|
||||
icon
|
||||
}
|
||||
}
|
||||
}
|
||||
`
|
||||
},
|
||||
GQL_QUERY_TRANSLATIONS: gql`
|
||||
|
Reference in New Issue
Block a user