Closed pc2752 closed 4 years ago
Could you confirm if publisher should be in the arguments? Or can it be removed? It's not there in the Modelling Discussions
We have no need for publisher at the moment. Let's leave it out until someone comes up with a specific need.
Note that you'll have to rebase against master due to other PRs that were merged.
Make sure you're careful with files you add and delete. I typically use git add <file>
individually for each file that I need to add, to avoid the problem of adding additional files. I see that you added tests/data/person/._EXPECTED_PERSON.txt
which is probably a temporary file from your text editor.
Resolved issues, conflicts do not show up in the terminal, not sure why they're here.
did you git fetch
to download the latest changes to your local version?
Yes, I tried git fetch, not getting conflicts on my end.
Updated mutations and tests for finalised arguments for person, as listed in https://docs.google.com/document/d/1B1O2tqaubbEHzXSWhvSDYqYu2lwdNKg4Vy04ukMfrUU/edit?pli=1#. Made update mutation more elegant. Name is optional, as suggested in the document.