graphql-schema-language-cheat-sheet
graphql-schema-language-cheat-sheet copied to clipboard
Using underscores instead of camelcase?
The examples on the cheatsheet use underscores (eg is_active) while the convention seems to be to use camelcase. I know either way works, but am curious why this is deviating from the apparent norm.