-
Notifications
You must be signed in to change notification settings - Fork 737
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Make schema reloading more resilient. Closes #940 * Regarding "If there’s an active introspection query, wait for it’s result before sending another one" is default behavior when schema is reloading. The changes I made to account for this are unnecessary and actually cause polling to stop if the endpoint is unreachable. * getIsPollingSchema catching regex error * add schema reference equality & printing cache * improve code readability * cleanup: remove dead code * fix build: use lru-cache. less unneeded repaints * fix lru cache usage
- v1.8.10
- v1.8.9
- graphql-playground-react@1.7.28
- graphql-playground-react@1.7.27
- graphql-playground-react@1.7.26
- graphql-playground-react@1.7.24
- graphql-playground-react@1.7.23
- graphql-playground-middleware-lambda@1.7.24
- graphql-playground-middleware-lambda@1.7.23
- graphql-playground-middleware-lambda@1.7.22
- graphql-playground-middleware-lambda@1.7.21
- graphql-playground-middleware-lambda@1.7.20
- graphql-playground-middleware-lambda@1.7.18
- graphql-playground-middleware-koa@1.6.22
- graphql-playground-middleware-koa@1.6.21
- graphql-playground-middleware-koa@1.6.20
- graphql-playground-middleware-koa@1.6.19
- graphql-playground-middleware-koa@1.6.18
- graphql-playground-middleware-koa@1.6.16
- graphql-playground-middleware-hapi@1.6.20
- graphql-playground-middleware-hapi@1.6.19
- graphql-playground-middleware-hapi@1.6.18
- graphql-playground-middleware-hapi@1.6.17
- graphql-playground-middleware-hapi@1.6.16
- graphql-playground-middleware-hapi@1.6.14
- graphql-playground-middleware-express@1.7.23
- graphql-playground-middleware-express@1.7.22
- graphql-playground-middleware-express@1.7.21
- graphql-playground-middleware-express@1.7.20
- graphql-playground-middleware-express@1.7.19
- graphql-playground-middleware-express@1.7.15
- graphql-playground-html@1.6.30
- graphql-playground-html@1.6.29
- graphql-playground-html@1.6.28
- graphql-playground-html@1.6.27
- graphql-playground-html@1.6.26
- graphql-playground-html@1.6.23
- graphql-playground-electron@1.8.15
- graphql-playground-electron@1.8.14
- graphql-playground-electron@1.8.13
- graphql-playground-electron@1.8.12
- graphql-playground-electron@1.8.11
1 parent
e0dd5b5
commit a220dc0
Showing
13 changed files
with
178 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.