Allows arranger to connect to an index that makes use of an id field.
Drops the id field from mapping object so it does not cause a conflict in gql. A better more long term solution is mapping id to something else that is searchable and viewable should be decided by project ownership.
Allows arranger to connect to an index that makes use of an
id
field.Drops the
id
field from mapping object so it does not cause a conflict in gql. A better more long term solution is mappingid
to something else that is searchable and viewable should be decided by project ownership.