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

[feature-request] Events Filterbar support #51

Open
kidunot89 opened this issue Jan 19, 2023 · 0 comments
Open

[feature-request] Events Filterbar support #51

kidunot89 opened this issue Jan 19, 2023 · 0 comments
Assignees
Labels
effort-8 Major coding, much research needed feature request

Comments

@kidunot89
Copy link
Collaborator

Summary

Add support for Events Filterbar support on the events connection.

E.g

query {
  events(first: 10, after: "*", where: {
    eventCategory: "Concert",
    cost: "25.99"
    tags: ["classical"],
    venues: ["Rex Theater"],
    day: "",
    time: "",
    country: "US",
    city: "Pittsburgh"
  }) {
    id
  }
}
@kidunot89 kidunot89 added effort-8 Major coding, much research needed feature request labels Jan 19, 2023
@kidunot89 kidunot89 self-assigned this Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort-8 Major coding, much research needed feature request
Projects
None yet
Development

No branches or pull requests

1 participant