We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9373c9b commit 03caed7Copy full SHA for 03caed7
src/graphql/file/types/file.ts
@@ -25,7 +25,7 @@ export const FileType = new GraphQLObjectType({
25
id: { type: GraphQLString },
26
file_id: { type: GraphQLString },
27
file_2_id: { type: GraphQLString },
28
- biospecimen_reference: { type: GraphQLString },
+ biospecimen_reference: { type: new GraphQLList(GraphQLString) },
29
data_category: { type: GraphQLString },
30
data_type: { type: GraphQLString },
31
dataset: { type: GraphQLString },
0 commit comments