-
Notifications
You must be signed in to change notification settings - Fork 92
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
[#1835] Implement more types for GraphQl #1836
Conversation
@beikov we tested this one and IMHO, this works out well.
i have 3 things still crossing my mind:
Would be great to have those questions answered to further continue the implementation. The current implementation is very basic:
|
@beikov any chance to get your POV on this so i can finish up the PR? |
Implemented the advanced type support using a class file test as we discussed @beikov - see https://github.com/Blazebit/blaze-persistence/pull/1836/files#diff-9f332e007d90470e77f0360a7cfbd8720be501ce3fc4f6839e237d34b20c25c9R157 Tell me if there is anything to adjust |
Superseded by #1846 |
Since i do not see any reason to not being open minded, i might as well be bold. IMHO, it is not a good practice to throw away work and re-roll the patch instead of giving feedback and let people finish the contribution. This does not exactly motivate to contribute in general. I have no hard feelings here, always glad if thing just move on. But i cannot say i'am happy either. Just take it as my personal feedback as a developer, not more or less :) |
Sorry, but it would have taken us both longer if I had written down the things that weren't quite right and I just wanted to save both our time so you can get your hands on this faster. |
I'am aware that it would have taken longer, so i really see your motivation. Thanks for taking the feedback in! But i guess, at least my POV, one has to take the route to guide the people. This way they align to the project ideas, structure, conduct and so forth - and thus contributions become better over time. I just like open minded and of course, as written, no hard feelings. We are all pulling into the same direction in the end, that is all that matters to me / is essential to me :) |
implements/ fixes #1835