Skip to content
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

Add toString to graphqlCodegenStyle, Json #81

Open
dcsobral opened this issue Apr 8, 2020 · 2 comments
Open

Add toString to graphqlCodegenStyle, Json #81

dcsobral opened this issue Apr 8, 2020 · 2 comments

Comments

@dcsobral
Copy link

dcsobral commented Apr 8, 2020

It would be helpful to sbt users if they could see what the value of these settings/tasks are, by turning the functions into classes defining toString.

@muuki88
Copy link
Owner

muuki88 commented Apr 8, 2020

Thanks @dcsobral for the feature request. That makes totally sense. I guess we don't care about binary compatibility so we can just change the task type.

Would you like to open a pull request for this?

@dcsobral
Copy link
Author

dcsobral commented Apr 8, 2020

I don't think the task type needs changing at all. One is Function1, which can be extended by a class or object. The other is already a specific type, iirc.

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

No branches or pull requests

2 participants