Commit e7cb2ef
authored
Initial FDC resolver support in functions SDK. (#1784)
* Initial FDC resolver support in functions SDK.
* Some fixes.
* Some more fixes.
* Add dependency on `graphql`.
* Use Apollo Server v5.
* Fix function to return not a Promise.
* Try to fix package-lock.json.
* Fix some of the error catching.
* Move some errors out of try-catch block.
* Add unit tests.
* Have `onGraphRequest` set a `dataConnectHttpsTrigger` instead of an `httpsTrigger`.
* Don't wrap around onRequest.
* Address review comments.
* Add schemaFilePath information to trigger.
* Address review comments.
* A couple docstring updates.1 parent cfba53d commit e7cb2ef
File tree
6 files changed
+1164
-21
lines changed- spec/v2/providers
- src
- runtime
- v2/providers
6 files changed
+1164
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments