Giter VIP home page Giter VIP logo

zora-v1-subgraph's People

Contributors

iainnash avatar sporkspatula avatar tbtstl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

zora-v1-subgraph's Issues

Partydao feedback: Cancelled status bug

Auctions never have the status of Canceled because because you never send in an canceledAuction boolean as the last param when calling handleFinishedAuction

`ID` and `BigInt` attributes such as `id` returned as string making it impossible to query based on `_lt` `_gt` etc.

First, thanks for this amazing free tool and graphql endpoint!

as the title says, I am trying to use your endpoint to query the latest 100 songs from your api and is realizing it is impossible due

id
burnedAtBlockNumber
burnedAtTimeStamp
createdAtBlockNumber
createdAtTimeStamp

being returned as strings.

this means that

{
  medias(first: 10, orderBy:id, where: {id_gte: 7800}) {
    id
  }
}

returns

{
  "data": {
    "medias": [
      {
        "id": "781"
      },
      {
        "id": "782"
      },
      {
        "id": "783"
      },
      {
        "id": "784"
      },
      {
        "id": "785"
      },
      {
        "id": "786"
      },
      {
        "id": "787"
      },
      {
        "id": "788"
      },
      {
        "id": "789"
      },
      {
        "id": "79"
      }
    ]
  }
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.