Tags: onsigntv/graphql-playground
Tags
Fixes: Schema Polling (graphql#950) * Fixes: * Enabling polling by default only for localhost with a new setting: `schema.polling.endpointFilter: "*localhost*"` which is a glob. Move `schema.pollingEnabled` to `schema.polling.enable` * If there’s an active introspection query, wait for it’s result before sending another one * Allow polling interval to be set in the settings: `schema.polling.interval` * tracing.hideTracingResponse default value to true * fixed selector merge conflict * fixed: Query execution must have precedence over polling - the Play button must not be affected by that. * Fix: Pause polling when the tab is not focused * renamed startPolling -> updatePolling
Merged from sdl-tabs https://github.com/Novvum/graphql-playground.git (… …graphql#897) * Merged from sdl-tabs https://github.com/Novvum/graphql-playground.git * Added and integrated setting's key for 'schema.disableComments' * Merged changes from disableComments branch * Fixes and style changes matching @kuldar's design specs. Details on graphql#897 comments * Still not able to cmd+save settings. Might be a deeper issue. However, save button saves disabled comments * Added tabWidth prop to SideTab.tsx to provide specific widths for different tabs. * Fix for Tab Spacing in collapsed state Fix for additional line-breaks after each item
Merge branch 'master' of https://github.com/prisma/graphql-playground
Merge branch 'master' of https://github.com/prisma/graphql-playground
PreviousNext