tinacms / tina-graphql-gateway

Makes it easier to build TinaCMS websites with a GraphQL Layer.
https://tina.io/cloud
Apache License 2.0
6 stars 2 forks source link

allow for user config of media items per page via TinaCloudProvider #306

Closed jbevis closed 3 years ago

jbevis commented 3 years ago

These changes should address some functionality that was missed or may have been clobbered while incorporating the auth work into the pagination support.

This updates the TinaCloudProvider component in tina-graphql-gateway to support user control for setting the number of media records returned per page.

changeset-bot[bot] commented 3 years ago

⚠️ No Changeset found

Latest commit: 4a3832ca331d99992289fd594dc241c1c418cfe9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

jbevis commented 3 years ago

@logan-anderson I completely missed that that the cms could be passed down as a prop. I think we keep the current set up and I'll push up an updated readme.