feat: Introduce my tweet trigger with execute step mutation
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
46321f19f4
commit
b42cb759a5
9
packages/backend/src/apps/twitter/triggers.ts
Normal file
9
packages/backend/src/apps/twitter/triggers.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import MyTweet from './triggers/my-tweet';
|
||||
|
||||
export default class Triggers {
|
||||
myTweet: any
|
||||
|
||||
constructor(connectionData: any) {
|
||||
this.myTweet = new MyTweet(connectionData)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user