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
Hi, I'm using rails 4.1.16 and ruby 2.3.8 in my application. Converting DSL to class based syntax cause issue as it throws below error.
preload is undefined.
Can anyone suggest alternate option?
The text was updated successfully, but these errors were encountered:
I was able to continue using the gem by changing the way how it's included in the Gemfile, see #33.
Sorry, something went wrong.
Have you found any straightforward documentation to convert DSL => class based syntax for each type?
Yeah, I found one, here it is – https://graphql-ruby.org/schema/class_based_api.html
No branches or pull requests
Hi,
I'm using rails 4.1.16 and ruby 2.3.8 in my application. Converting DSL to class based syntax cause issue as it throws below error.
preload is undefined.
Can anyone suggest alternate option?
The text was updated successfully, but these errors were encountered: