This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure isomorphism in @truffle/db input/output
So that queries and mutations that accept a list of inputs thus return a list of outputs that one-to-one correspond to the inputs. This allows filtering for lists of IDs, some of which may be unknown resources, and it allows mutating multiple resources, some of which may be repeated in the list or cause errors
- Loading branch information
g. nicholas d'andrea
committed
Nov 4, 2020
1 parent
3ba09e4
commit c4a8ed1
Showing
2 changed files
with
43 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters