这是indexloc提供的服务,不要输入任何密码
Skip to content

Automatically accept both camel and snake cased queries #518

@karibertils

Description

@karibertils

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    c/serverRelated to serverk/ideasDiscuss new ideas / pre-proposals / roadmap

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions