Remove auth, add basic lunch runc reation!

This commit is contained in:
2020-05-25 22:16:50 -05:00
parent 223790e22d
commit 8bd5c7e5c3
13 changed files with 140 additions and 563 deletions

View File

@@ -1,5 +1,4 @@
type Todo @model {
type Run @model {
id: ID!
name: String!
description: String
}