Skip to content

Commit 9b023f9

Browse files
authored
fix: Change testNumberFilteredByAt type from Int to Float (#1219)
1 parent aea75c5 commit 9b023f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/graphql-schema.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ const graphqlSchema = gql`
10131013
"""
10141014
Test Number the issue was raised for.
10151015
"""
1016-
testNumberFilteredByAt: Int
1016+
testNumberFilteredByAt: Float
10171017
"""
10181018
The time the issue was created, according to GitHub.
10191019
"""

0 commit comments

Comments
 (0)