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

Add GraphQL queries for find_groups() #128

Merged
merged 10 commits into from
Dec 30, 2021
Merged

Add GraphQL queries for find_groups() #128

merged 10 commits into from
Dec 30, 2021

Conversation

schloerke
Copy link
Collaborator

@schloerke schloerke commented Dec 29, 2021

Will eventually drop support for the following fields of meetupr::find_groups():

  • organizer_id and organizer_name
  • resource ... does not makes sense for GraphQL output
  • localized_location stored as location and localized_country_name stored as country. These could be found via
query($lat: Float!, $lon: Float) { 
  findLocation(lat: $lat, lon: $lon) { 
    localized_country_name
    localized_location
  }
}

@schloerke schloerke changed the title Save the schema found from the website. Helpful for finding definitio… Add GraphQL queries for find_groups() Dec 29, 2021
@schloerke schloerke merged commit 87c8f55 into barret Dec 30, 2021
@schloerke schloerke deleted the find_topic_graphql branch December 30, 2021 15:37
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.

1 participant