Skip to content

Commit

Permalink
Merge pull request #5101 from connext/hotfix-prod-graph-client
Browse files Browse the repository at this point in the history
fix: graphclient yml prod
  • Loading branch information
preethamr authored Nov 1, 2023
2 parents 9404707 + 4ffa369 commit fa26822
Show file tree
Hide file tree
Showing 42 changed files with 174,097 additions and 179,939 deletions.
125,481 changes: 62,581 additions & 62,900 deletions packages/adapters/subgraph/.graphclient/index.ts

Large diffs are not rendered by default.

104,367 changes: 51,980 additions & 52,387 deletions packages/adapters/subgraph/.graphclient/schema.graphql

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2,847 changes: 2,847 additions & 0 deletions packages/adapters/subgraph/.graphclient/sources/Connext_LineaGoerli/types.ts

Large diffs are not rendered by default.

3,661 changes: 0 additions & 3,661 deletions packages/adapters/subgraph/.graphclient/sources/Connext_Local1337/types.ts

This file was deleted.

3,661 changes: 0 additions & 3,661 deletions packages/adapters/subgraph/.graphclient/sources/Connext_Local1338/types.ts

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2,845 changes: 2,845 additions & 0 deletions packages/adapters/subgraph/.graphclient/sources/Connext_LocalMainnet/types.ts

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,25 @@ const schemaAST = {
}
},
"directives": []
},
{
"kind": "FieldDefinition",
"name": {
"kind": "Name",
"value": "timestamp"
},
"arguments": [],
"type": {
"kind": "NonNullType",
"type": {
"kind": "NamedType",
"name": {
"kind": "Name",
"value": "BigInt"
}
}
},
"directives": []
}
],
"interfaces": [],
Expand Down Expand Up @@ -998,6 +1017,138 @@ const schemaAST = {
},
"directives": []
},
{
"kind": "InputValueDefinition",
"name": {
"kind": "Name",
"value": "timestamp"
},
"type": {
"kind": "NamedType",
"name": {
"kind": "Name",
"value": "BigInt"
}
},
"directives": []
},
{
"kind": "InputValueDefinition",
"name": {
"kind": "Name",
"value": "timestamp_not"
},
"type": {
"kind": "NamedType",
"name": {
"kind": "Name",
"value": "BigInt"
}
},
"directives": []
},
{
"kind": "InputValueDefinition",
"name": {
"kind": "Name",
"value": "timestamp_gt"
},
"type": {
"kind": "NamedType",
"name": {
"kind": "Name",
"value": "BigInt"
}
},
"directives": []
},
{
"kind": "InputValueDefinition",
"name": {
"kind": "Name",
"value": "timestamp_lt"
},
"type": {
"kind": "NamedType",
"name": {
"kind": "Name",
"value": "BigInt"
}
},
"directives": []
},
{
"kind": "InputValueDefinition",
"name": {
"kind": "Name",
"value": "timestamp_gte"
},
"type": {
"kind": "NamedType",
"name": {
"kind": "Name",
"value": "BigInt"
}
},
"directives": []
},
{
"kind": "InputValueDefinition",
"name": {
"kind": "Name",
"value": "timestamp_lte"
},
"type": {
"kind": "NamedType",
"name": {
"kind": "Name",
"value": "BigInt"
}
},
"directives": []
},
{
"kind": "InputValueDefinition",
"name": {
"kind": "Name",
"value": "timestamp_in"
},
"type": {
"kind": "ListType",
"type": {
"kind": "NonNullType",
"type": {
"kind": "NamedType",
"name": {
"kind": "Name",
"value": "BigInt"
}
}
}
},
"directives": []
},
{
"kind": "InputValueDefinition",
"name": {
"kind": "Name",
"value": "timestamp_not_in"
},
"type": {
"kind": "ListType",
"type": {
"kind": "NonNullType",
"type": {
"kind": "NamedType",
"name": {
"kind": "Name",
"value": "BigInt"
}
}
}
},
"directives": []
},
{
"kind": "InputValueDefinition",
"description": {
Expand Down Expand Up @@ -1103,6 +1254,14 @@ const schemaAST = {
"value": "domain"
},
"directives": []
},
{
"kind": "EnumValueDefinition",
"name": {
"kind": "Name",
"value": "timestamp"
},
"directives": []
}
],
"directives": []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ type stagingarbitrumgoerli_AggregateRootProposed {
rootTimestamp: BigInt!
endOfDispute: BigInt!
domain: BigInt!
timestamp: BigInt!
}

input stagingarbitrumgoerli_AggregateRootProposed_filter {
Expand Down Expand Up @@ -69,6 +70,14 @@ input stagingarbitrumgoerli_AggregateRootProposed_filter {
domain_lte: BigInt
domain_in: [BigInt!]
domain_not_in: [BigInt!]
timestamp: BigInt
timestamp_not: BigInt
timestamp_gt: BigInt
timestamp_lt: BigInt
timestamp_gte: BigInt
timestamp_lte: BigInt
timestamp_in: [BigInt!]
timestamp_not_in: [BigInt!]
"""Filter for the block changed event."""
_change_block: stagingarbitrumgoerli_BlockChangedFilter
and: [stagingarbitrumgoerli_AggregateRootProposed_filter]
Expand All @@ -81,6 +90,7 @@ enum stagingarbitrumgoerli_AggregateRootProposed_orderBy {
rootTimestamp
endOfDispute
domain
timestamp
}

input stagingarbitrumgoerli_AggregateRoot_filter {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export type stagingarbitrumgoerli_AggregateRootProposed = {
rootTimestamp: Scalars['BigInt'];
endOfDispute: Scalars['BigInt'];
domain: Scalars['BigInt'];
timestamp: Scalars['BigInt'];
};

export type stagingarbitrumgoerli_AggregateRootProposed_filter = {
Expand Down Expand Up @@ -79,6 +80,14 @@ export type stagingarbitrumgoerli_AggregateRootProposed_filter = {
domain_lte?: InputMaybe<Scalars['BigInt']>;
domain_in?: InputMaybe<Array<Scalars['BigInt']>>;
domain_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
timestamp?: InputMaybe<Scalars['BigInt']>;
timestamp_not?: InputMaybe<Scalars['BigInt']>;
timestamp_gt?: InputMaybe<Scalars['BigInt']>;
timestamp_lt?: InputMaybe<Scalars['BigInt']>;
timestamp_gte?: InputMaybe<Scalars['BigInt']>;
timestamp_lte?: InputMaybe<Scalars['BigInt']>;
timestamp_in?: InputMaybe<Array<Scalars['BigInt']>>;
timestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
/** Filter for the block changed event. */
_change_block?: InputMaybe<stagingarbitrumgoerli_BlockChangedFilter>;
and?: InputMaybe<Array<InputMaybe<stagingarbitrumgoerli_AggregateRootProposed_filter>>>;
Expand All @@ -90,7 +99,8 @@ export type stagingarbitrumgoerli_AggregateRootProposed_orderBy =
| 'aggregateRoot'
| 'rootTimestamp'
| 'endOfDispute'
| 'domain';
| 'domain'
| 'timestamp';

export type stagingarbitrumgoerli_AggregateRoot_filter = {
id?: InputMaybe<Scalars['ID']>;
Expand Down
Loading

0 comments on commit fa26822

Please sign in to comment.