Skip to content

Auto smart comments and multi response #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

MaxBrokhman
Copy link

  • Added smart comments to enable mutations for all tables by default
  • Default naming changed, prefix removed and pluralized table names used instead
  • To all mutations created by this plugin added isMultipleMutation flag in context
  • Nested input types removed from update mutation patch type to make sure that when used with nested mutation plugin, in update mutation patch type nested mutation fields will not be available. This is needed, because currently both plugins define new resolvers in order for them to work which not allow them to work at the same mutations.

…s list of rows, added isMultipleMutation flag to context and workaround to not include nested mutations types into update mutation patch
@MaxBrokhman MaxBrokhman requested a review from danikenan February 3, 2021 08:45
This was referenced Feb 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant