feat: storage extra metadata + user search fix
This commit is contained in:
@@ -39,6 +39,9 @@ type StorageTarget {
|
||||
isEnabled: Boolean!
|
||||
key: String!
|
||||
title: String!
|
||||
description: String
|
||||
logo: String
|
||||
website: String
|
||||
mode: String
|
||||
config: [KeyValuePair]
|
||||
}
|
||||
|
@@ -85,14 +85,14 @@ type UserMinimal {
|
||||
id: Int!
|
||||
name: String!
|
||||
email: String!
|
||||
provider: String!
|
||||
providerKey: String!
|
||||
}
|
||||
|
||||
type User {
|
||||
id: Int!
|
||||
name: String!
|
||||
email: String!
|
||||
provider: String!
|
||||
providerKey: String!
|
||||
providerId: String
|
||||
role: UserRole!
|
||||
createdAt: Date!
|
||||
|
Reference in New Issue
Block a user