You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.
1235
+
"""
1236
+
block: staginggoerli_Block_height
1237
+
"""
1238
+
Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.
1239
+
"""
1240
+
subgraphError: _SubgraphErrorPolicy_! = deny
1241
+
): staginggoerli_HubDomain
1242
+
staginggoerli_hubDomains(
1243
+
skip: Int = 0
1244
+
first: Int = 100
1245
+
orderBy: staginggoerli_HubDomain_orderBy
1246
+
orderDirection: staginggoerli_OrderDirection
1247
+
where: staginggoerli_HubDomain_filter
1248
+
"""
1249
+
The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.
1250
+
"""
1251
+
block: staginggoerli_Block_height
1252
+
"""
1253
+
Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.
The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.
2007
+
"""
2008
+
block: staginggoerli_Block_height
2009
+
"""
2010
+
Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.
2011
+
"""
2012
+
subgraphError: _SubgraphErrorPolicy_! = deny
2013
+
): staginggoerli_HubDomain
2014
+
staginggoerli_hubDomains(
2015
+
skip: Int = 0
2016
+
first: Int = 100
2017
+
orderBy: staginggoerli_HubDomain_orderBy
2018
+
orderDirection: staginggoerli_OrderDirection
2019
+
where: staginggoerli_HubDomain_filter
2020
+
"""
2021
+
The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.
2022
+
"""
2023
+
block: staginggoerli_Block_height
2024
+
"""
2025
+
Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.
0 commit comments