Skip to content

Subgraph is not working. #5

Description

@fhrryDeveloper

https://thegraph.com/hosted-service/subgraph/learnforcode/quick-swap

Query:

{
  uniswapFactories(first: 5) {
    id
    pairCount
    totalVolumeUSD
    totalVolumeETH
  }
  tokens(first: 5) {
    id
    symbol
    name
    decimals
  }
}

Result:

{
  "errors": [
    {
      "message": "indexing_error"
    }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions