Maxime Lenglet
Maxime Lenglet
Hello, Found this old issue #412 that mentioned displaying large JSON data, linked to this commit c4933badba54fb149923d43c8e927c305d4dcce3 limiting displaying data larger than 5MB i.e. when you see this message: "Response...
using this version of the kickstart: ``` com.graphql-java-kickstart graphql-spring-boot-starter 5.10.0 ``` my GraphQL schema: ``` interface Mother { # Mother fields } type Child implements Mother { # Child &...
A while ago, I opened an issue on https://github.com/graphql-java/graphql-java/issues/1680 about a `ClassCastException` occuring while using a default value in the context of Relay/SimpleListConnection. By browsing the stacktrace, it seemed to...
Hello, We're using MUIDataTable for a while now, because that's the best table-oriented component the previous front developer had chosen. Now he's not here, we have to try our best...
Windows 10 Pro (64-bit) GraphiQL App v0.7.2 Steps to reproduce: - open GraphiQL.app - open View menu > Toggle Developer Tools (or Ctrl+Alt+i), then select Network tab - create a...
Windows 10 Pro (64-bit) GraphiQL App v0.7.2 GraphiQL.app doesn't handle properly window positioning, which means it doesn't remember : - where its window was moved on the screen, - if...
Windows 10 Pro (64-bit) GraphiQL App v0.7.2 Help menu has the following items: - Learn more => http://electron.atom.io => https://electronjs.org/ - Documentation => https://github.com/electron/electron/tree/master/docs#readme - Community Discussions => https://discuss.atom.io/c/electron -...
I read https://www.baeldung.com/spring-security-oauth2-authentication-with-reddit in order to understand how to implement OAuth in a legacy Spring (no Boot, Spring Security 4.x) web application but seems like the code doesn't match the...