netlify-faunadb-graphql-auth icon indicating copy to clipboard operation
netlify-faunadb-graphql-auth copied to clipboard

Use `instrospectSchema`

Open ptpaterson opened this issue 5 years ago • 0 comments

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.

ptpaterson avatar Apr 08 '20 07:04 ptpaterson