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:
parent
606654b533
commit
44a0589420
@ -58,7 +58,6 @@ const txHistoryQuery = gql`
|
||||
orderDirection: desc
|
||||
where: { user: $user }
|
||||
first: 1000
|
||||
subgraphError: deny
|
||||
) {
|
||||
baseToken {
|
||||
id
|
||||
|
@ -25,7 +25,6 @@ const previousOrderQuery = gql`
|
||||
where: { token: $id, payer: $account }
|
||||
orderBy: createdTimestamp
|
||||
orderDirection: desc
|
||||
subgraphError: deny
|
||||
) {
|
||||
createdTimestamp
|
||||
tx
|
||||
|
@ -11,7 +11,6 @@ const getReceipts = gql`
|
||||
query ReceiptData($address: ID!) {
|
||||
nftUpdates(
|
||||
where: { id: $address }
|
||||
subgraphError: deny
|
||||
orderBy: timestamp
|
||||
orderDirection: desc
|
||||
) {
|
||||
|
@ -15,7 +15,7 @@ import { FooterStatsValues_globalStats_totalLiquidity_token as LiquidityToken }
|
||||
|
||||
const getGlobalStatsValues = gql`
|
||||
query FooterStatsValues {
|
||||
globalStats(subgraphError: deny) {
|
||||
globalStats {
|
||||
poolCount
|
||||
nftCount
|
||||
datatokenCount
|
||||
|
Loading…
Reference in New Issue
Block a user