Skip to content

Fix generation of input types #14

New issue

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

Merged
merged 1 commit into from
Aug 17, 2021
Merged

Fix generation of input types #14

merged 1 commit into from
Aug 17, 2021

Conversation

Pimentoso
Copy link
Contributor

Input types generation is wrong, like also noticed in this issue #12

Input type fields should be like:

argument :id, Integer, required: false

Classes are actually generated like:

field :id, Integer, null: true

This PR should fix that.

@ajsharp
Copy link
Owner

ajsharp commented Aug 17, 2021

Apologies on the delay here, not sure how I missed this for so long. Thanks for doing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants