feat: Create flow model and graphQL mutation
This commit is contained in:
committed by
Ömer Faruk Aydın
parent
b42cb759a5
commit
8a7d54bb25
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user