Skip to content

Commit e7cb2ef

Browse files
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

6 files changed

+1164
-21
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Add `onGraphRequest()` function for handling GraphQL HTTPS requests for Firebase Data Connect. (#1784)

0 commit comments

Comments
 (0)