551 lines
11 KiB
JSON
551 lines
11 KiB
JSON
{
|
|
"version": "0.3.14-fixed",
|
|
"steps": [
|
|
{
|
|
"tag": "CreateSource",
|
|
"source": "db"
|
|
},
|
|
{
|
|
"tag": "CreateArgument",
|
|
"location": {
|
|
"tag": "Source",
|
|
"source": "db"
|
|
},
|
|
"argument": "provider",
|
|
"value": "\"sqlite\""
|
|
},
|
|
{
|
|
"tag": "CreateArgument",
|
|
"location": {
|
|
"tag": "Source",
|
|
"source": "db"
|
|
},
|
|
"argument": "url",
|
|
"value": "\"***\""
|
|
},
|
|
{
|
|
"tag": "CreateModel",
|
|
"model": "User"
|
|
},
|
|
{
|
|
"tag": "CreateField",
|
|
"model": "User",
|
|
"field": "id",
|
|
"type": "Int",
|
|
"arity": "Required"
|
|
},
|
|
{
|
|
"tag": "CreateDirective",
|
|
"location": {
|
|
"path": {
|
|
"tag": "Field",
|
|
"model": "User",
|
|
"field": "id"
|
|
},
|
|
"directive": "id"
|
|
}
|
|
},
|
|
{
|
|
"tag": "CreateDirective",
|
|
"location": {
|
|
"path": {
|
|
"tag": "Field",
|
|
"model": "User",
|
|
"field": "id"
|
|
},
|
|
"directive": "default"
|
|
}
|
|
},
|
|
{
|
|
"tag": "CreateArgument",
|
|
"location": {
|
|
"tag": "Directive",
|
|
"path": {
|
|
"tag": "Field",
|
|
"model": "User",
|
|
"field": "id"
|
|
},
|
|
"directive": "default"
|
|
},
|
|
"argument": "",
|
|
"value": "autoincrement()"
|
|
},
|
|
{
|
|
"tag": "CreateField",
|
|
"model": "User",
|
|
"field": "name",
|
|
"type": "String",
|
|
"arity": "Required"
|
|
},
|
|
{
|
|
"tag": "CreateField",
|
|
"model": "User",
|
|
"field": "email",
|
|
"type": "String",
|
|
"arity": "Optional"
|
|
},
|
|
{
|
|
"tag": "CreateField",
|
|
"model": "User",
|
|
"field": "createdAt",
|
|
"type": "DateTime",
|
|
"arity": "Required"
|
|
},
|
|
{
|
|
"tag": "CreateDirective",
|
|
"location": {
|
|
"path": {
|
|
"tag": "Field",
|
|
"model": "User",
|
|
"field": "createdAt"
|
|
},
|
|
"directive": "default"
|
|
}
|
|
},
|
|
{
|
|
"tag": "CreateArgument",
|
|
"location": {
|
|
"tag": "Directive",
|
|
"path": {
|
|
"tag": "Field",
|
|
"model": "User",
|
|
"field": "createdAt"
|
|
},
|
|
"directive": "default"
|
|
},
|
|
"argument": "",
|
|
"value": "now()"
|
|
},
|
|
{
|
|
"tag": "CreateField",
|
|
"model": "User",
|
|
"field": "polls",
|
|
"type": "Poll",
|
|
"arity": "List"
|
|
},
|
|
{
|
|
"tag": "CreateModel",
|
|
"model": "Poll"
|
|
},
|
|
{
|
|
"tag": "CreateField",
|
|
"model": "Poll",
|
|
"field": "id",
|
|
"type": "Int",
|
|
"arity": "Required"
|
|
},
|
|
{
|
|
"tag": "CreateDirective",
|
|
"location": {
|
|
"path": {
|
|
"tag": "Field",
|
|
"model": "Poll",
|
|
"field": "id"
|
|
},
|
|
"directive": "id"
|
|
}
|
|
},
|
|
{
|
|
"tag": "CreateDirective",
|
|
"location": {
|
|
"path": {
|
|
"tag": "Field",
|
|
"model": "Poll",
|
|
"field": "id"
|
|
},
|
|
"directive": "default"
|
|
}
|
|
},
|
|
{
|
|
"tag": "CreateArgument",
|
|
"location": {
|
|
"tag": "Directive",
|
|
"path": {
|
|
"tag": "Field",
|
|
"model": "Poll",
|
|
"field": "id"
|
|
},
|
|
"directive": "default"
|
|
},
|
|
"argument": "",
|
|
"value": "autoincrement()"
|
|
},
|
|
{
|
|
"tag": "CreateField",
|
|
"model": "Poll",
|
|
"field": "User",
|
|
"type": "User",
|
|
"arity": "Optional"
|
|
},
|
|
{
|
|
"tag": "CreateDirective",
|
|
"location": {
|
|
"path": {
|
|
"tag": "Field",
|
|
"model": "Poll",
|
|
"field": "User"
|
|
},
|
|
"directive": "relation"
|
|
}
|
|
},
|
|
{
|
|
"tag": "CreateArgument",
|
|
"location": {
|
|
"tag": "Directive",
|
|
"path": {
|
|
"tag": "Field",
|
|
"model": "Poll",
|
|
"field": "User"
|
|
},
|
|
"directive": "relation"
|
|
},
|
|
"argument": "fields",
|
|
"value": "[userId]"
|
|
},
|
|
{
|
|
"tag": "CreateArgument",
|
|
"location": {
|
|
"tag": "Directive",
|
|
"path": {
|
|
"tag": "Field",
|
|
"model": "Poll",
|
|
"field": "User"
|
|
},
|
|
"directive": "relation"
|
|
},
|
|
"argument": "references",
|
|
"value": "[id]"
|
|
},
|
|
{
|
|
"tag": "CreateField",
|
|
"model": "Poll",
|
|
"field": "userId",
|
|
"type": "Int",
|
|
"arity": "Optional"
|
|
},
|
|
{
|
|
"tag": "CreateField",
|
|
"model": "Poll",
|
|
"field": "title",
|
|
"type": "String",
|
|
"arity": "Required"
|
|
},
|
|
{
|
|
"tag": "CreateField",
|
|
"model": "Poll",
|
|
"field": "description",
|
|
"type": "String",
|
|
"arity": "Optional"
|
|
},
|
|
{
|
|
"tag": "CreateField",
|
|
"model": "Poll",
|
|
"field": "slug",
|
|
"type": "String",
|
|
"arity": "Required"
|
|
},
|
|
{
|
|
"tag": "CreateDirective",
|
|
"location": {
|
|
"path": {
|
|
"tag": "Field",
|
|
"model": "Poll",
|
|
"field": "slug"
|
|
},
|
|
"directive": "unique"
|
|
}
|
|
},
|
|
{
|
|
"tag": "CreateField",
|
|
"model": "Poll",
|
|
"field": "questions",
|
|
"type": "Question",
|
|
"arity": "List"
|
|
},
|
|
{
|
|
"tag": "CreateField",
|
|
"model": "Poll",
|
|
"field": "createdAt",
|
|
"type": "DateTime",
|
|
"arity": "Required"
|
|
},
|
|
{
|
|
"tag": "CreateDirective",
|
|
"location": {
|
|
"path": {
|
|
"tag": "Field",
|
|
"model": "Poll",
|
|
"field": "createdAt"
|
|
},
|
|
"directive": "default"
|
|
}
|
|
},
|
|
{
|
|
"tag": "CreateArgument",
|
|
"location": {
|
|
"tag": "Directive",
|
|
"path": {
|
|
"tag": "Field",
|
|
"model": "Poll",
|
|
"field": "createdAt"
|
|
},
|
|
"directive": "default"
|
|
},
|
|
"argument": "",
|
|
"value": "now()"
|
|
},
|
|
{
|
|
"tag": "CreateModel",
|
|
"model": "Question"
|
|
},
|
|
{
|
|
"tag": "CreateField",
|
|
"model": "Question",
|
|
"field": "id",
|
|
"type": "Int",
|
|
"arity": "Required"
|
|
},
|
|
{
|
|
"tag": "CreateDirective",
|
|
"location": {
|
|
"path": {
|
|
"tag": "Field",
|
|
"model": "Question",
|
|
"field": "id"
|
|
},
|
|
"directive": "id"
|
|
}
|
|
},
|
|
{
|
|
"tag": "CreateDirective",
|
|
"location": {
|
|
"path": {
|
|
"tag": "Field",
|
|
"model": "Question",
|
|
"field": "id"
|
|
},
|
|
"directive": "default"
|
|
}
|
|
},
|
|
{
|
|
"tag": "CreateArgument",
|
|
"location": {
|
|
"tag": "Directive",
|
|
"path": {
|
|
"tag": "Field",
|
|
"model": "Question",
|
|
"field": "id"
|
|
},
|
|
"directive": "default"
|
|
},
|
|
"argument": "",
|
|
"value": "autoincrement()"
|
|
},
|
|
{
|
|
"tag": "CreateField",
|
|
"model": "Question",
|
|
"field": "Poll",
|
|
"type": "Poll",
|
|
"arity": "Optional"
|
|
},
|
|
{
|
|
"tag": "CreateDirective",
|
|
"location": {
|
|
"path": {
|
|
"tag": "Field",
|
|
"model": "Question",
|
|
"field": "Poll"
|
|
},
|
|
"directive": "relation"
|
|
}
|
|
},
|
|
{
|
|
"tag": "CreateArgument",
|
|
"location": {
|
|
"tag": "Directive",
|
|
"path": {
|
|
"tag": "Field",
|
|
"model": "Question",
|
|
"field": "Poll"
|
|
},
|
|
"directive": "relation"
|
|
},
|
|
"argument": "fields",
|
|
"value": "[pollId]"
|
|
},
|
|
{
|
|
"tag": "CreateArgument",
|
|
"location": {
|
|
"tag": "Directive",
|
|
"path": {
|
|
"tag": "Field",
|
|
"model": "Question",
|
|
"field": "Poll"
|
|
},
|
|
"directive": "relation"
|
|
},
|
|
"argument": "references",
|
|
"value": "[id]"
|
|
},
|
|
{
|
|
"tag": "CreateField",
|
|
"model": "Question",
|
|
"field": "pollId",
|
|
"type": "Int",
|
|
"arity": "Optional"
|
|
},
|
|
{
|
|
"tag": "CreateField",
|
|
"model": "Question",
|
|
"field": "title",
|
|
"type": "String",
|
|
"arity": "Required"
|
|
},
|
|
{
|
|
"tag": "CreateField",
|
|
"model": "Question",
|
|
"field": "variants",
|
|
"type": "Variant",
|
|
"arity": "List"
|
|
},
|
|
{
|
|
"tag": "CreateModel",
|
|
"model": "Variant"
|
|
},
|
|
{
|
|
"tag": "CreateField",
|
|
"model": "Variant",
|
|
"field": "id",
|
|
"type": "Int",
|
|
"arity": "Required"
|
|
},
|
|
{
|
|
"tag": "CreateDirective",
|
|
"location": {
|
|
"path": {
|
|
"tag": "Field",
|
|
"model": "Variant",
|
|
"field": "id"
|
|
},
|
|
"directive": "id"
|
|
}
|
|
},
|
|
{
|
|
"tag": "CreateDirective",
|
|
"location": {
|
|
"path": {
|
|
"tag": "Field",
|
|
"model": "Variant",
|
|
"field": "id"
|
|
},
|
|
"directive": "default"
|
|
}
|
|
},
|
|
{
|
|
"tag": "CreateArgument",
|
|
"location": {
|
|
"tag": "Directive",
|
|
"path": {
|
|
"tag": "Field",
|
|
"model": "Variant",
|
|
"field": "id"
|
|
},
|
|
"directive": "default"
|
|
},
|
|
"argument": "",
|
|
"value": "autoincrement()"
|
|
},
|
|
{
|
|
"tag": "CreateField",
|
|
"model": "Variant",
|
|
"field": "Question",
|
|
"type": "Question",
|
|
"arity": "Optional"
|
|
},
|
|
{
|
|
"tag": "CreateDirective",
|
|
"location": {
|
|
"path": {
|
|
"tag": "Field",
|
|
"model": "Variant",
|
|
"field": "Question"
|
|
},
|
|
"directive": "relation"
|
|
}
|
|
},
|
|
{
|
|
"tag": "CreateArgument",
|
|
"location": {
|
|
"tag": "Directive",
|
|
"path": {
|
|
"tag": "Field",
|
|
"model": "Variant",
|
|
"field": "Question"
|
|
},
|
|
"directive": "relation"
|
|
},
|
|
"argument": "fields",
|
|
"value": "[questionId]"
|
|
},
|
|
{
|
|
"tag": "CreateArgument",
|
|
"location": {
|
|
"tag": "Directive",
|
|
"path": {
|
|
"tag": "Field",
|
|
"model": "Variant",
|
|
"field": "Question"
|
|
},
|
|
"directive": "relation"
|
|
},
|
|
"argument": "references",
|
|
"value": "[id]"
|
|
},
|
|
{
|
|
"tag": "CreateField",
|
|
"model": "Variant",
|
|
"field": "questionId",
|
|
"type": "Int",
|
|
"arity": "Optional"
|
|
},
|
|
{
|
|
"tag": "CreateField",
|
|
"model": "Variant",
|
|
"field": "text",
|
|
"type": "String",
|
|
"arity": "Required"
|
|
},
|
|
{
|
|
"tag": "CreateField",
|
|
"model": "Variant",
|
|
"field": "count",
|
|
"type": "Int",
|
|
"arity": "Required"
|
|
},
|
|
{
|
|
"tag": "CreateDirective",
|
|
"location": {
|
|
"path": {
|
|
"tag": "Field",
|
|
"model": "Variant",
|
|
"field": "count"
|
|
},
|
|
"directive": "default"
|
|
}
|
|
},
|
|
{
|
|
"tag": "CreateArgument",
|
|
"location": {
|
|
"tag": "Directive",
|
|
"path": {
|
|
"tag": "Field",
|
|
"model": "Variant",
|
|
"field": "count"
|
|
},
|
|
"directive": "default"
|
|
},
|
|
"argument": "",
|
|
"value": "0"
|
|
}
|
|
]
|
|
} |