Open SachaG opened 6 years ago
Currently selectorUniqueInputTemplate
is hardcoded to use documentId
(which then gets translated as _id
by the Mongo connectors) or slug
. Ideally the list of possible selector fields would be dynamically generated from the schema both inside the GraphQL templates, as well as inside withSingle
, withUpdate
, withUpsert
, and withRemove
.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
It would be great to be able to select individual documents by any arbitrary index.
It would also be nice to have Dataloader support
slug
(or any arbitrary field name) in addition to_id
.