friatech / lilo

Lilo is a super-fast, easy-to-use, configurable GraphQL stitching library
Apache License 2.0
38 stars 3 forks source link

Create a strategy for requesting introspection before every query #2

Closed firatkucuk closed 2 years ago

firatkucuk commented 2 years ago

Most of the web sites uses static GraphQL schemas but some of them can show different query and mutation variations regarding active users. Lilo should provide a mechanism for this behaviour.