feat: editor page properties

This commit is contained in:
NGPixel
2018-07-15 19:16:19 -04:00
parent fd8bf4dbff
commit 760939f808
11 changed files with 232 additions and 98 deletions

View File

@@ -0,0 +1,7 @@
mutation {
page {
create {
page
}
}
}