diff --git a/src/graphql/files/models.ts b/src/graphql/files/models.ts index 6d7e4e73..c05a1570 100644 --- a/src/graphql/files/models.ts +++ b/src/graphql/files/models.ts @@ -46,7 +46,6 @@ export interface IFileEntity { study_id: string; study_code: string; study: IStudyEntity; - biospecimen_reference: string; ferload_url: string; file_hash: string; file_name: string; diff --git a/src/graphql/files/queries.ts b/src/graphql/files/queries.ts index a55fc7c0..5b793ca7 100644 --- a/src/graphql/files/queries.ts +++ b/src/graphql/files/queries.ts @@ -54,7 +54,6 @@ export const GET_FILES = gql` data_category data_type dataset - biospecimen_reference sequencing_experiment { experimental_strategy type_of_sequencing