Alexander Staubo
Backend developer at Sanity.io
A tool for Sanity Studio to graph your content and see changes in real-time.
A tool for Sanity Studio to graph your content and see changes in real-time.
Wonder how a visualization of your dataset will look? How many authors do you have? How many items have they worked on? And are currently working on! Edits and changes are shown in real-time!
Explore your data with this plugin, seek out strange corners and data types, boldly go where you could not before!
"resolutions": {
"**/three": "0.119.1"
}
We hope to remedy this in the future.
# In your Sanity Studio repository: sanity install graph-view # Start the Studio sanity start
Edit ./config/graph-view.json
:
{
"query": "*[_type in ['a', 'b']]"
}
For references to turn into graph edges, the entire document must be fetched, but you can also selectively filter what references will be included. For example:
{
"query": "*[_type in ['a', 'b']]{ 'refs': [author, publisher] }"
}
By default, the plugin uses doc.title || doc.name || doc._id
as the node label.
If you want to use another property, compute a title
property in your query, e.g.:
{
"query": "*[_type in ['a', 'b']] { ..., \"title\": select(_type == 'a' => 'Title A', _type == 'b' => 'Title B') }"
}
If you want to take part in developing this plugin, then look for planned features in the list of issues and reach out to us in the Sanity Community.
git clone git@github.com:sanity-io/sanity-plugin-graph-view.git cd sanity-plugin-graph-view yarn yarn link # In a development Studio directory: yarn link sanity-plugin-graph-view # Lint your code before committing yarn lint
Join Sanity’s developer community or ping us on twitter.
MIT © Sanity.io
sanity install graph-view
Backend developer at Sanity.io
Designing with code
Sr. DevRel @ Algolia
SRE @ Sanity
Growth Analyst @Sanity
Upload videos to Mux directly from the studio.
Go to Mux inputAn 11ty plugin to help create responsive images using the Sanity Asset Pipeline
Go to 11ty Sanity Image HelperSanity Studio Dashboard Widget for triggering Netlify builds.
Go to Netlify Deploy