-
Notifications
You must be signed in to change notification settings - Fork 75
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
Different Folder structure but added mutations #4
base: master
Are you sure you want to change the base?
Conversation
removed id for auto increment
There are lot of commits in your pull request. It would be better to rebase them into one. I agree the input types are very small and easy, but I wanted to show the developer that he / she can separate it. I know it is obvious for lot of developers that you can put those things into separate files, but... I was on lot of projects that had everything in one file and it was not readable, therefore I always do it like this in my example projects. And I am sorry, this time I added it here by myself. But please, stay in touch and maybe there will be another issue you can hep with. Thank you! |
809ebe4
to
4798bc4
Compare
I ended up removing the input types that weren't necessary. I didn't create another folder for inputs due to their simplicity. It would be much easier to understand their usage when they are directly within the file in which they are used.