Skip to content

Support for Camel Case #228

Answered by dosco
magicMustard asked this question in Q&A
May 16, 2021 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

That makes sense and could be provided as an option. Essentially the code when enabled would have to set the camel case as the field / table alias, generate a snake case version and set it as the field / table name. Sort of an automatic version of the below query.

query {
   topUsers : top_users {
     id : id
     fullName : full_name
  }
}

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@magicMustard
Comment options

@magicMustard
Comment options

@dosco
Comment options

Answer selected by magicMustard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants