You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Was looking to use the UpdateCitation mutation in the flutter app and noticed that insert_citations with on_conflict is being used here. Is there any reason not to use update_citations instead of insert_citations for this?
The text was updated successfully, but these errors were encountered:
Yakimych
changed the title
UpdateCitation - use update_citations instead of insert_citations
UpdateCitatio: use update_citations instead of insert_citations
May 4, 2020
Yakimych
changed the title
UpdateCitatio: use update_citations instead of insert_citations
UpdateCitatiom: use update_citations instead of insert_citations
May 11, 2020
Yakimych
changed the title
UpdateCitatiom: use update_citations instead of insert_citations
UpdateCitation: use update_citations instead of insert_citations
Jun 8, 2020
Hi. Was looking to use the UpdateCitation mutation in the flutter app and noticed that
insert_citations
withon_conflict
is being used here. Is there any reason not to useupdate_citations
instead ofinsert_citations
for this?https://github.com/MargaretKrutikova/re-cite/blob/master/src/core/Mutations.re#L38
The text was updated successfully, but these errors were encountered: