GraphQL Part1 (gql endpoint only) #162 #192

Merged
edraft merged 38 commits from #162 into 1.0.0 2023-02-11 10:30:42 +01: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 {