Skip to content

Commit 03caed7

Browse files
committed
fix: CQDG-00 revert biospecimen_reference field to list of values
1 parent 9373c9b commit 03caed7

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: GraphQLString },
28+
biospecimen_reference: { type: new GraphQLList(GraphQLString) },
2929
data_category: { type: GraphQLString },
3030
data_type: { type: GraphQLString },
3131
dataset: { type: GraphQLString },

0 commit comments

Comments
 (0)