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

Fix inconsistent capitalization of field names #172

Merged
merged 2 commits into from
May 8, 2019
Merged

Conversation

desokroshan
Copy link
Contributor

@desokroshan desokroshan commented May 7, 2019

Issue #, if available:
Fixes : #115

Description of changes:
This PR fixes unwanted de-capitalization of the field names starting with an uppercase letter. We currently do not have unit or integration tests for the compiler module. As an interim test for these code changes, I have capitalized first letter of field Id for the input type deletePostInput. Passing of all the integration tests involving deletePostInput validates the correctness of the fix.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@desokroshan desokroshan marked this pull request as ready for review May 8, 2019 14:45
@desokroshan desokroshan merged commit af11bd4 into master May 8, 2019
@devxpy
Copy link

devxpy commented May 8, 2019

Thanks!

@desokroshan desokroshan deleted the roshan/Issue#115 branch May 8, 2019 20:20
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.

First letter in field name changed to lower case
3 participants