smooth-code / smooth.js

Code driven CMS powered by GraphQL & React.
MIT License
26 stars 10 forks source link

feat: return totalCount in `getContents` #13

Closed gregberge closed 5 years ago

gregberge commented 5 years ago

BREAKING CHANGE: getContents now returns { data: [...], totalCount: X } instead of [...]