Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.24 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.24 KB

GraphCMS-Tools

Collection of packages to work more effectively with data using GraphCMS.

Packages are designed to be able to be chained into powerful workflows, as the output of each 'step' in the process is compatible with the input of the next1.

Export data as JSON in bulk, with controls to filter the output

Upsert JSON data in bulk, with controls to filter the input

Publish JSON data in bulk, with controls to filter the input

Footnotes

  1. For example, you could:

    • Export the content of all models with name 'foo', 'bar', and 'baz',
    • Make changes to the exported JSON, either programmatically or manually
    • Import (upsert) the updated content
    • Publish the updated content to selected content stages