fix: add check for when notifications is empty
This commit is contained in:
@ -26,7 +26,7 @@ input NotifiedInput {
|
||||
}
|
||||
|
||||
type PageInfo {
|
||||
endCursor: String!
|
||||
endCursor: String
|
||||
hasNextPage: Boolean!
|
||||
}
|
||||
|
||||
|
@ -26,7 +26,7 @@ input NotifiedInput {
|
||||
}
|
||||
|
||||
type PageInfo {
|
||||
endCursor: String!
|
||||
endCursor: String
|
||||
hasNextPage: Boolean!
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user