We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to have a generic service that:
PPPT::Simple::Plural::DeleteInsert.new.call( [ { some_id: 1, some_other_id: 2}, { some_id: 1, some_other_id: 3}, ] )
And takes care of:
The text was updated successfully, but these errors were encountered:
@mull descriptive enough?
Sorry, something went wrong.
I guess there is an underlying assumption in this behaviour that whenever called the service will be provided with all currently relevant id_pairs.
Not sure if that is an issue or if it is sufficient to make that assumption explicit with the service name/description.
No branches or pull requests
It would be nice to have a generic service that:
And takes care of:
The text was updated successfully, but these errors were encountered: