This commit is contained in:
Robert Schäfer 2019-04-08 10:19:57 +02:00
parent bab748e506
commit 771779348a

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
}
}