Skip to content

Commit

Permalink
🐛 Add parent_sample_id (#3834)
Browse files Browse the repository at this point in the history
  • Loading branch information
evans-g-crsj authored Oct 31, 2023
1 parent 976e5e5 commit afbba82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/graphql/biospecimens/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const SEARCH_BIOSPECIMEN_QUERY = gql`
container_id
sample_type
parent_sample_type
parent_sample_id
age_at_biospecimen_collection
collection_ncit_anatomy_site_id
collection_anatomy_site
Expand Down Expand Up @@ -78,6 +79,7 @@ export const GET_PARTICIPANT_BIOSPECIMENS = gql`
sample_id
sample_type
parent_sample_type
parent_sample_id
age_at_biospecimen_collection
collection_ncit_anatomy_site_id
collection_anatomy_site
Expand Down

0 comments on commit afbba82

Please sign in to comment.