feat(google-forms): add list forms dynamic data

This commit is contained in:
Ali BARIN
2023-01-03 19:34:23 +01:00
parent 3fc7fce9ca
commit 0b52a1bd01
3 changed files with 39 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
import defineApp from '../../helpers/define-app';
import addAuthHeader from './common/add-auth-header';
import auth from './auth';
import dynamicData from './dynamic-data';
export default defineApp({
name: 'Google Forms',
@@ -13,4 +14,5 @@ export default defineApp({
supportsConnections: true,
beforeRequest: [addAuthHeader],
auth,
dynamicData,
});