Added more queries #162
This commit is contained in:
parent
ebcf876457
commit
eb7fce140a
@ -8,9 +8,9 @@ from bot_graphql.filter.server_filter import ServerFilter
|
|||||||
|
|
||||||
class Query(QueryType):
|
class Query(QueryType):
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
servers: ServerRepositoryABC,
|
servers: ServerRepositoryABC,
|
||||||
known_users: KnownUserRepositoryABC,
|
known_users: KnownUserRepositoryABC,
|
||||||
):
|
):
|
||||||
QueryType.__init__(self)
|
QueryType.__init__(self)
|
||||||
self._servers = servers
|
self._servers = servers
|
||||||
|
Loading…
Reference in New Issue
Block a user