We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Our current tooling against N+1 queries uses lookahead_field defined on the BaseObject.
lookahead_field
BaseObject
sagittarius/app/graphql/types/base_object.rb
Lines 20 to 34 in 9e00268
With this setup, the configuration for preloads has to be done on every type that includes the type affected by N+1 queries.
This should either be moved to resolvers or some custom tooling that defines the preloads on the affected type directly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Our current tooling against N+1 queries uses
lookahead_field
defined on theBaseObject
.sagittarius/app/graphql/types/base_object.rb
Lines 20 to 34 in 9e00268
With this setup, the configuration for preloads has to be done on every type that includes the type affected by N+1 queries.
This should either be moved to resolvers or some custom tooling that defines the preloads on the affected type directly.
The text was updated successfully, but these errors were encountered: