We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b359f80 commit e2a060fCopy full SHA for e2a060f
README.md
@@ -84,6 +84,8 @@ in your queries and wrap them in a function that accepts a page/cursor argument.
84
The pager's `#execute` is like the non-paginated `#execute` method and accepts additional, non-pagination query arguments:
85
86
```rb
87
+gql = ShopifyAPI::GraphQL::Tiny.new("my-shop", token)
88
+pager = gql.paginate
89
pager.execute(query, :foo => 123)
90
```
91
0 commit comments