-
Notifications
You must be signed in to change notification settings - Fork 3
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
specify generated operation #72
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good, but I'm concerned if we ship this without making the changes to actually make use of this operation. i.e.: One user could see this and try it out, but then it wouldn't take any effect. I think we shouldn't merge this to main unless we complete the functionality.
Scratch that! I forgot the generator is going to really "simply" include the operation in the generated record, but not mutate it any other way! |
Co-authored-by: Lovro Mažgon <lovro.mazgon@gmail.com>
Co-authored-by: Raúl Barroso <ra.barroso@gmail.com>
Co-authored-by: Raúl Barroso <ra.barroso@gmail.com>
Description
adds a param to specify the generated record's operation, can be "create", "update", "delete", "snapshot" and "random" to randomize one of the four operations.
Fixes #67
Quick checks: