This commit is contained in:
Robert Schäfer 2019-04-08 10:19:57 +02:00
parent cf1f655451
commit 8e6fb3d9e2

View File

@ -23,10 +23,8 @@ describe('currentUser { notifications }', () => {
const query = `query($read: Boolean) {
currentUser {
notifications(read: $read, orderBy: createdAt_desc) {
id
read
post {
id
content
}
}