feat: Create flow model and graphQL mutation
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
b42cb759a5
commit
8a7d54bb25
9
packages/backend/src/apps/twitter/actions.ts
Normal file
9
packages/backend/src/apps/twitter/actions.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import CreateTweet from './actions/create-tweet';
|
||||
|
||||
export default class Actions {
|
||||
createTweet: any
|
||||
|
||||
constructor(connectionData: any) {
|
||||
this.createTweet = new CreateTweet(connectionData)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user