Updated model #162

This commit is contained in:
Sven Heidemann 2023-01-15 02:37:35 +01:00
parent efb772094b
commit 552e686aeb
2 changed files with 5 additions and 4 deletions

View File

@ -1,10 +1,6 @@
from cpl_core.dependency_injection import ServiceProviderABC
from cpl_discord.container import Guild
from cpl_discord.service import DiscordBotServiceABC
from cpl_query.extension import List
from bot_data.model.level import Level
from bot_data.model.server import Server
from bot_graphql.abc.filter_abc import FilterABC

View File

@ -93,6 +93,11 @@ type UserJoinedVoiceChannel implements TableQuery {
input LevelFilter {
id: ID
name: String
page_index: Int
page_size: Int
sort_direction: String
sort_column: String
}
type Level implements TableQuery {