fix typo, comment room filter

This commit is contained in:
Moriz Wahl 2023-06-20 09:09:27 +02:00 committed by Ulf Gebhardt
parent b289334ff9
commit ee36023e84
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 6 additions and 6 deletions

View File

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

View File

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