overture-stack / arranger

Data portal API and component generation
https://www.overture.bio/documentation/arranger/
GNU Affero General Public License v3.0
29 stars 24 forks source link

Feat/drop id field from mapping #801

Closed andricDu closed 2 years ago

andricDu commented 2 years ago

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.

image

andricDu commented 2 years ago

@joneubank done!