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

Update graph names to be camelCase to follow graphql best practices #50

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nicolerenee
Copy link
Member

@nicolerenee nicolerenee commented Jul 19, 2023

Best practices for graphql recommend using camelCase not snake_case. More details on these can be seen here: https://www.apollographql.com/docs/technotes/TN0002-schema-naming-conventions/

Signed-off-by: GitHub <noreply@github.com>
@nicolerenee nicolerenee requested review from a team as code owners July 19, 2023 17:20
@nicolerenee
Copy link
Member Author

The Apollo schema check fails because this introduces a breaking change. This is a new API so we should discuss if we want to do this as a breaking change or have backwards compatibility to start with.

@rizzza
Copy link
Contributor

rizzza commented Aug 2, 2023

Need to update the ipam client as well. I could do that in a follow-up PR

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.

3 participants