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

Available Event resolver #19

Open
vikiival opened this issue Apr 15, 2023 · 0 comments
Open

Available Event resolver #19

vikiival opened this issue Apr 15, 2023 · 0 comments
Labels
resolver Server extension

Comments

@vikiival
Copy link
Member

we should dynamically decide which events should be visible based on schema

query availableEventsByNftId($id: String) {
   list: eventList(id: $id) 
}

SQL for this would look like

SELECT DISTINCT e.interaction FROM event e WHERE e.nft_id = $1
@vikiival vikiival added the resolver Server extension label Apr 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolver Server extension
Projects
None yet
Development

No branches or pull requests

1 participant