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
... which says tickets can take a input argument which of the ConnectionInput shape. This shape is https://www.meetup.com/api/schema#ConnectionInput which has the familiar after and first fields. (Knowing tickets could take a inputConnectionInput object was not publicly documented 😞 )
From our discussion earlier, came up with:
Can test it out here: https://www.meetup.com/api/playground
I found the definition of the parameters I could supply by looking in the schema file that I found: https://github.com/rladies/meetupr/blob/d44a3c9bceaeefcdee81fbe5409a04986692fc37/inst/graphql/meetup-com-schema.json near line 8250.
The corresponding schema info states:
... which says
tickets
can take ainput
argument which of theConnectionInput
shape. This shape is https://www.meetup.com/api/schema#ConnectionInput which has the familiarafter
andfirst
fields. (Knowingtickets
could take ainput
ConnectionInput
object was not publicly documented 😞 )cc @benubah
The text was updated successfully, but these errors were encountered: