fix typo, comment room filter

This commit is contained in:
Moriz Wahl 2023-06-20 09:09:27 +02:00
parent 8063e58ef2
commit f86367e340
2 changed files with 6 additions and 6 deletions

View File

@ -125,7 +125,7 @@ describe('Room', () => {
}) })
describe('authenticated', () => { describe('authenticated', () => {
describe('as creater of room', () => { describe('as creator of room', () => {
beforeAll(async () => { beforeAll(async () => {
authenticatedUser = await chattingUser.toJson() authenticatedUser = await chattingUser.toJson()
}) })

View File

@ -1,8 +1,8 @@
input _RoomFilter { # input _RoomFilter {
AND: [_RoomFilter!] # AND: [_RoomFilter!]
OR: [_RoomFilter!] # OR: [_RoomFilter!]
users_some: _UserFilter # users_some: _UserFilter
} # }
type Room { type Room {
id: ID! id: ID!