1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

remove subgraphError params

This commit is contained in:
Matthias Kretschmann 2022-01-17 14:14:01 +00:00
parent 606654b533
commit 44a0589420
Signed by: m
GPG Key ID: 606EEEF3C479A91F
4 changed files with 1 additions and 4 deletions

View File

@ -58,7 +58,6 @@ const txHistoryQuery = gql`
orderDirection: desc
where: { user: $user }
first: 1000
subgraphError: deny
) {
baseToken {
id

View File

@ -25,7 +25,6 @@ const previousOrderQuery = gql`
where: { token: $id, payer: $account }
orderBy: createdTimestamp
orderDirection: desc
subgraphError: deny
) {
createdTimestamp
tx

View File

@ -11,7 +11,6 @@ const getReceipts = gql`
query ReceiptData($address: ID!) {
nftUpdates(
where: { id: $address }
subgraphError: deny
orderBy: timestamp
orderDirection: desc
) {

View File

@ -15,7 +15,7 @@ import { FooterStatsValues_globalStats_totalLiquidity_token as LiquidityToken }
const getGlobalStatsValues = gql`
query FooterStatsValues {
globalStats(subgraphError: deny) {
globalStats {
poolCount
nftCount
datatokenCount