0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript14,870 stars (14,870 stars)2,386 forks (2,386 forks)batch import
help wanted
- Issue type
- bug
- Research direction
- Investigate the changes in PRs #9663 and #9664 that introduced the regression. Examine the GraphQL schema generation code, particularly where the 'update' omit option is handled. The fix likely involves ensuring that when `graphql.omit.update` is set, the field is not editable in update mutations. Look at the files changed in those PRs, typically located in the `packages` directory related to GraphQL field configuration.