Skip to content

Commit a3c13bd

Browse files
authored
Remove number_gte constraint from _Meta_ (#3006)
This field should only be present in the generated `Block_height` type.
1 parent 71e0423 commit a3c13bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

graphql/src/schema/meta.graphql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ type _Block_ {
2020
hash: Bytes
2121
"The block number"
2222
number: Int!
23-
"The minimum block number"
24-
number_gte: Int!
2523
}
2624

2725
enum _SubgraphErrorPolicy_ {

0 commit comments

Comments
 (0)