1.0.0 #253

Merged
edraft merged 262 commits from 1.0.0 into master 2023-03-27 09:30:50 +02:00
2 changed files with 5 additions and 4 deletions
Showing only changes of commit 552e686aeb - Show all commits

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 {