torus-digital / torus_cms

An open source serverless content management system and static page generator
http://toruscms.org
MIT License
33 stars 3 forks source link

Open article closes #44 #53

Closed gkpty closed 5 years ago

gkpty commented 5 years ago

update article function loads graphQL listArticles query into select list. then on submit it sets state of the variables and the editor. when submitting if an ID is included the updateArtcile (put) function is called, if not the createArticle (post) function is called.