Saihajpreet Singh
Saihajpreet Singh
Hey @cyberhck can you explain more what is this for?
agreed this error message is not really helpful. We should be showing the validation error that is thrown instead of saying failed to load. The challenge is that `load` schema...
@sittingbool unfortunately nothing yet : ( If you have specific questions please ask them in discussion and we can try to help https://github.com/graphql/graphql-js/discussions/new this would also help others who face...
The PRs that are made there is little to no context on why things are deprecated. PRs have no description for why we are making changes. We should be documenting...
we do have an issue to support `prettyPrint` so it is prettier like formatting https://github.com/graphql/graphql-js/issues/3230
> @saihaj @thomasheyenbrock what if we „incubate“ this formatting utility in graphiql as an internal detail, and then propose it as a PR to graphql-js? `graphql-js` wouldn’t take this since...
> @saihaj apologies for the confusion- we are proposing writing a custom formatter function that we maintain internally and/or contribute to graphql-js. Prettier would not be a dependency. See @thomasheyenbrock...
@FrankR85 on graphql.org [MiniGraphiql](https://github.com/graphql/graphql.github.io/blob/source/src/components/Marked/MiniGraphiQL.tsx ) component is used with the [`marked`](https://www.npmjs.com/package/marked) which is probably not as powerful as graphiql but good enough for the docs site
@twof try rebasing and overwriting author on commits https://stackoverflow.com/a/54363151/11321732
Hey @twof we currently publish `defer and stream` as experimental flag you can read more here: https://github.com/graphql/graphql-js#experimental-features. I think for this to happen we first need to get your this...