Hey guys, I'm currently working on a custom tap im...
# getting-started
r
Hey guys, I'm currently working on a custom tap implementation and was wondering if there's any examples of a plugin that uses pagination, or even better GraphQL Stream and pagination as we're slightly confused on how to set it up correctly šŸ˜… So an example would very, extremely, likely make it 100x easier to understand
r
Not GraphQL, but we have a few: • tap-spotify • tap-auth0 • tap-veeqo Check the
get_new_paginator
method(s) in the `client.py`/`streams.py` for usage.
r
Thanks a lot Reuben šŸ’™