Skip to content

Commit

Permalink
fix: graphclient
Browse files Browse the repository at this point in the history
  • Loading branch information
prathmeshkhandelwal1 committed Apr 29, 2024
1 parent 1ee1696 commit 024c5ed
Show file tree
Hide file tree
Showing 130 changed files with 1,174,317 additions and 11,468 deletions.
222,629 changes: 222,629 additions & 0 deletions packages/adapters/subgraph/.graphclient/index.ts

Large diffs are not rendered by default.

204,103 changes: 204,103 additions & 0 deletions packages/adapters/subgraph/.graphclient/schema.graphql

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1948,32 +1948,6 @@ const schemaAST = {
],
"directives": []
},
{
"kind": "EnumTypeDefinition",
"name": {
"kind": "Name",
"value": "Aggregation_interval"
},
"values": [
{
"kind": "EnumValueDefinition",
"name": {
"kind": "Name",
"value": "hour"
},
"directives": []
},
{
"kind": "EnumValueDefinition",
"name": {
"kind": "Name",
"value": "day"
},
"directives": []
}
],
"directives": []
},
{
"kind": "ObjectTypeDefinition",
"name": {
Expand Down Expand Up @@ -49802,19 +49776,6 @@ const schemaAST = {
"interfaces": [],
"directives": []
},
{
"kind": "ScalarTypeDefinition",
"description": {
"kind": "StringValue",
"value": "A string representation of microseconds UNIX timestamp (16 digits)\n",
"block": true
},
"name": {
"kind": "Name",
"value": "Timestamp"
},
"directives": []
},
{
"kind": "EnumTypeDefinition",
"name": {
Expand Down Expand Up @@ -49937,27 +49898,6 @@ const schemaAST = {
}
},
"directives": []
},
{
"kind": "FieldDefinition",
"description": {
"kind": "StringValue",
"value": "The hash of the parent block",
"block": true
},
"name": {
"kind": "Name",
"value": "parentHash"
},
"arguments": [],
"type": {
"kind": "NamedType",
"name": {
"kind": "Name",
"value": "Bytes"
}
},
"directives": []
}
],
"interfaces": [],
Expand Down
Loading

0 comments on commit 024c5ed

Please sign in to comment.