fix: add check for when notifications is empty

This commit is contained in:
Jordan Knott
2021-11-04 10:55:34 -05:00
parent 799d7f3ad0
commit de6fe78004
9 changed files with 76 additions and 37 deletions

View File

@ -26,7 +26,7 @@ input NotifiedInput {
}
type PageInfo {
endCursor: String!
endCursor: String
hasNextPage: Boolean!
}

View File

@ -26,7 +26,7 @@ input NotifiedInput {
}
type PageInfo {
endCursor: String!
endCursor: String
hasNextPage: Boolean!
}