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
By using types, we can expose options to other macros like absinthe.
In the case of abinthe queries/mutations, it would be nice to have an expose_options property.
expose_options
expose_options: true
expose_options: [:name, :another]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
By using types, we can expose options to other macros like absinthe.
In the case of abinthe queries/mutations, it would be nice to have an
expose_options
property.expose_options: true
- generate args/fields for all optionsexpose_options: [:name, :another]
- generate args/fields for all listed optionsThe text was updated successfully, but these errors were encountered: