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):
|
||||
def __init__(
|
||||
self,
|
||||
servers: ServerRepositoryABC,
|
||||
known_users: KnownUserRepositoryABC,
|
||||
self,
|
||||
servers: ServerRepositoryABC,
|
||||
known_users: KnownUserRepositoryABC,
|
||||
):
|
||||
QueryType.__init__(self)
|
||||
self._servers = servers
|
||||
|
Loading…
Reference in New Issue
Block a user