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