Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: topic list #14

Merged
merged 4 commits into from
Dec 13, 2023
Merged

feat: topic list #14

merged 4 commits into from
Dec 13, 2023

Conversation

benjlevesque
Copy link
Contributor

@benjlevesque benjlevesque commented Dec 7, 2023

Resolves #9

{
  channels(where:{topics_contains:["TOPIC"]}){
    id
    transactions(orderBy: blockNumber, orderDirection: asc){ 
        data
    }
  }
}

@benjlevesque benjlevesque marked this pull request as ready for review December 7, 2023 17:45
Copy link
Member

@alexandre-abrioux alexandre-abrioux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! 🥳

schema.graphql Outdated Show resolved Hide resolved
src/mapping.ts Show resolved Hide resolved
Base automatically changed from feat/data-hash to main December 13, 2023 10:03
@benjlevesque benjlevesque merged commit 19db1fc into main Dec 13, 2023
1 check passed
@benjlevesque benjlevesque deleted the feat/topic-list branch December 13, 2023 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Transactions cannot be retrieved by topic in a single query
3 participants