Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use instrospectSchema #4

Open
ptpaterson opened this issue Apr 8, 2020 · 0 comments
Open

Use instrospectSchema #4

ptpaterson opened this issue Apr 8, 2020 · 0 comments

Comments

@ptpaterson
Copy link
Owner

It is possible to use introspectSchema.

It seems that the lambda is returning early before graphql server handler can act, when I try to use async/await. It worked when using Promises instead.

how latency increased by a lot because my caching of schema is not working -- it's fetching remote schema on every request. This really increased the latency of the functions.

This latency issue should be resolved before merging introspection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant