-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
c/serverRelated to serverRelated to serverk/ideasDiscuss new ideas / pre-proposals / roadmapDiscuss new ideas / pre-proposals / roadmap
Description
It's common for databases to use snake_cased tables, while javascript has a strong convention for camelCase.
It would be nice if Hasura could accommodate both conventions.
For example queries for snake_cased_table could be queried with both styles:
snakeCasedTable {
id
myTitle
}
snake_cased_table {
id
my_title
}
Only one of those would be visible in the schema while the system would automatically accept both forms.
ivawzh, lishine, xpfxzxc, tomdohnal, evenfrost and 2 more
Metadata
Metadata
Assignees
Labels
c/serverRelated to serverRelated to serverk/ideasDiscuss new ideas / pre-proposals / roadmapDiscuss new ideas / pre-proposals / roadmap