Lasse Laursen
Lasse Laursen
+1 Same problem here using 3.0.2
Reverting to `2.0.0-beta.3` seems to solve the problem
+1 really useful
Hi I do not have any `visible?` methods implemented in any of my schemas. Actually we opt out of that feature in our schema: ```ruby use GraphQL::PersistedQueries, compiled_queries: true, store:...
I have investigated further. We are running several docker images with the same application deployed. It is random if a node returns the error or the correct data; so the...
After some time all the nodes will fail. So it might be some caching / parsing / stale object problem?
The returned "documentation" from the server also changes; some times the `pitLogs`entry is in the docs; other times not. 
Feel free to contact me directly so you can have a deeper look into the source code. [email protected]
Hi ```ruby # frozen_string_literal: true module Types class BaseObject < GraphQL::Schema::Object include GraphQL::Pro::PunditIntegration::ObjectIntegration pundit_role nil field_class Types::BaseField end end ``` ```ruby # frozen_string_literal: true module Types class BaseField < GraphQL::Schema::Field...
Update: I have run tons of tests via RSpec shooting off 100K requests to the endpoint without any issues. I have tested the application with production settings also and I...