hasura / hasura/graphql-engine
Disable / customize auto generated comments
- Dominant language
- TypeScript
- Stars
- 32.1k
- Forks
- 3k
- PR merge metrics
- PR metrics pending
Description
Related to https://github.com/hasura/graphql-engine/issues/7496, more specifically https://github.com/hasura/graphql-engine/issues/7496#issuecomment-1059090038.
When using `custom_name` the auto generated comments of `[RootField]_select_column` / `[RootField]_order_by` / `[RootField]_bool_exp` still use the original name
Contributor guide
Research direction
Start by reading the related issue #7496 and its referenced comment, then trace where custom_name produces the [RootField]_select_column, [RootField]_order_by, and [RootField]_bool_exp comments. Done means those generated comments can be disabled or customized and no longer use the original name when custom_name is set.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- graphql, typescript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100