Skip to content

Commit da2eefe

Browse files
committed
fix: num poll votes can be null
1 parent 91c0a5f commit da2eefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schema/posts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ export const typeDefs = /* GraphQL */ `
852852
"""
853853
Total number of votes in the poll
854854
"""
855-
numPollVotes: Int!
855+
numPollVotes: Int
856856
}
857857
858858
type PostConnection {

0 commit comments

Comments
 (0)