Hacker News new | ask | show | jobs
by shazzy 2908 days ago
Looks great, excited to try it out. Just skimming through the Documentation, is there any way to specify the Schema through an API? My use case that I want to define my schema somewhere, and have something which "syncs" the it with GraphCMS, is this possible?
2 comments

You could use the management API for this. It's basically the same API the content management interface also speaks to. You can open up the API explorer and switch to the management API in the top bar and play around with it!

(fyi: the documentation is not released, yet)

PS: A CLI will also follow.