feat: authentication providers resolver - filter + orderBy
This commit is contained in:
@@ -7,7 +7,10 @@ extend type Mutation {
|
||||
}
|
||||
|
||||
type AuthenticationQuery {
|
||||
providers: [AuthenticationProvider]
|
||||
providers(
|
||||
filter: String
|
||||
orderBy: String
|
||||
): [AuthenticationProvider]
|
||||
}
|
||||
|
||||
type AuthenticationMutation {
|
||||
|
Reference in New Issue
Block a user