Skip to content

Commit

Permalink
fix: schema graphql for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
novaknole committed Apr 10, 2024
1 parent c31a523 commit 5609191
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/subgraph/schema.graphql
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
# This is just for generating introspection query purposes.
" Byte array, represented as a hexadecimal string. Commonly used for Ethereum hashes and addresses. "
scalar Bytes
" Large integers. Used for Ethereum's `uint32`, `int64`, `uint64`, ..., `uint25`6 types. Note: Everything below `uint32`, such as `int32`, `uint24` or `int8` is represented as `i32`. "
scalar BigInt
" Query type, required to generate introspection query. "
type Query @entity {
id: ID!
}

# Types

#############################
Expand Down

0 comments on commit 5609191

Please sign in to comment.