mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fix typo, comment room filter
This commit is contained in:
parent
8063e58ef2
commit
f86367e340
@ -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()
|
||||||
})
|
})
|
||||||
|
|||||||
@ -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!
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user