{ "version": "0.3.14-fixed", "steps": [ { "tag": "CreateModel", "model": "Contact" }, { "tag": "CreateField", "model": "Contact", "field": "id", "type": "Int", "arity": "Required" }, { "tag": "CreateDirective", "location": { "path": { "tag": "Field", "model": "Contact", "field": "id" }, "directive": "id" } }, { "tag": "CreateDirective", "location": { "path": { "tag": "Field", "model": "Contact", "field": "id" }, "directive": "default" } }, { "tag": "CreateArgument", "location": { "tag": "Directive", "path": { "tag": "Field", "model": "Contact", "field": "id" }, "directive": "default" }, "argument": "", "value": "autoincrement()" }, { "tag": "CreateField", "model": "Contact", "field": "name", "type": "String", "arity": "Required" }, { "tag": "CreateField", "model": "Contact", "field": "email", "type": "String", "arity": "Required" }, { "tag": "CreateField", "model": "Contact", "field": "message", "type": "String", "arity": "Required" }, { "tag": "CreateField", "model": "Contact", "field": "createdAt", "type": "DateTime", "arity": "Required" }, { "tag": "CreateDirective", "location": { "path": { "tag": "Field", "model": "Contact", "field": "createdAt" }, "directive": "default" } }, { "tag": "CreateArgument", "location": { "tag": "Directive", "path": { "tag": "Field", "model": "Contact", "field": "createdAt" }, "directive": "default" }, "argument": "", "value": "now()" } ] }