Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Timestamp GraphQL Query #26

Open
TheLoneRonin opened this issue Feb 22, 2021 · 0 comments
Open

Timestamp GraphQL Query #26

TheLoneRonin opened this issue Feb 22, 2021 · 0 comments
Labels
enhancement New feature or request next release Tasked for next released

Comments

@TheLoneRonin
Copy link
Contributor

Description

  • Be able to query blocks by unix timestamp.

  • Add a new timestamp filter to the GraphQL Schema.

Example

query {
    transactions(timestamp: {min: [unix], max: [unix]}) {
        edges {
            node {
                id
            }
        }
    }
}
@TheLoneRonin TheLoneRonin added the enhancement New feature or request label Mar 9, 2021
@TheLoneRonin TheLoneRonin added the next release Tasked for next released label Mar 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request next release Tasked for next released
Projects
None yet
Development

No branches or pull requests

1 participant