feat: Create flow model and graphQL mutation

This commit is contained in:
Faruk AYDIN
2021-11-22 16:34:13 +01:00
committed by Ömer Faruk Aydın
parent b42cb759a5
commit 8a7d54bb25
12 changed files with 159 additions and 0 deletions

View File

@@ -226,5 +226,19 @@
"key": "userTweet",
"description": "Will be triggered when a specific user tweet something new."
}
],
"actions": [
{
"name": "Create Tweet",
"key": "createTweet",
"description": "Will create a tweet.",
"parameters" : [
{
"name": "Message",
"key": "message",
"required": true
}
]
}
]
}