Skip to content

Commit a5e51da

Browse files
committed
server/index-node: Fix missing scalar Int in the GraphQL schema
This was causing JS clients (such as indexer-service) to fail with the following error: Error: Decorated type deeper than introspection query. With this fix, that no longer happens.
1 parent 21f0768 commit a5e51da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/index-node/src/schema.graphql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ scalar BigInt
22
scalar Boolean
33
scalar Bytes
44
scalar ID
5+
scalar Int
56
scalar String
67

78
type Query {

0 commit comments

Comments
 (0)