Skip to content
New issue

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

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

Already on GitHub? # to your account

populate ids automatically on graphql reduce #835

Open
satanTime opened this issue Aug 8, 2021 · 0 comments
Open

populate ids automatically on graphql reduce #835

satanTime opened this issue Aug 8, 2021 · 0 comments

Comments

@satanTime
Copy link
Owner

if the id field hasn't been set, then we should detect its values based on the related entity and populate its value.

So

parentId: null,
parent: {
  id: 123,
},

would become in the store

parentId: 123,

the same for sets.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant