You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
find_groups() returned organizer_id and organizer_name.
This data is no longer directly provided by the GraphQL API. There is an Eventhost (which points to a User) object, but this can change from event to event.
I do not easily see a way to determine who is the point of contact for a group.
Result: Would remove organizer_id, organizer_name from find_groups().
cc @ledell
The text was updated successfully, but these errors were encountered:
Related: #118
GraphQL
Group
: https://www.meetup.com/api/schema/#Groupfind_groups()
returnedorganizer_id
andorganizer_name
.This data is no longer directly provided by the GraphQL API. There is an
Event
host
(which points to aUser
) object, but this can change from event to event.I do not easily see a way to determine who is the point of contact for a group.
Result: Would remove
organizer_id
,organizer_name
fromfind_groups()
.cc @ledell
The text was updated successfully, but these errors were encountered: