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: filter on meeting type #5994

Merged

Conversation

rjsparks
Copy link
Member

@rjsparks rjsparks commented Jul 19, 2023

Allows

query ietfMeetings {
  meetings(filters: {type: {pk: "ietf"}}) {
    number
    city
  }
}

@rjsparks rjsparks requested a review from NGPixel July 19, 2023 21:46
@rjsparks rjsparks merged commit 5cc63af into ietf-tools:feat/strawberry Jul 19, 2023
1 check passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 23, 2023
@rjsparks rjsparks deleted the filter_on_meeting_type branch August 11, 2023 15:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants