Skip to content

Commit 9373c9b

Browse files
authored
Merge pull request #5 from Ferlab-Ste-Justine/fix/CQDG-00_revert_biospecimen_reference_field
fix: CQDG-00 revert biospecimen_reference field to single value
2 parents 40dc743 + cd01538 commit 9373c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphql/file/types/file.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const FileType = new GraphQLObjectType({
2525
id: { type: GraphQLString },
2626
file_id: { type: GraphQLString },
2727
file_2_id: { type: GraphQLString },
28-
biospecimen_reference: { type: new GraphQLList(GraphQLString) },
28+
biospecimen_reference: { type: GraphQLString },
2929
data_category: { type: GraphQLString },
3030
data_type: { type: GraphQLString },
3131
dataset: { type: GraphQLString },

0 commit comments

Comments
 (0)