@ferlab/next
Advanced tools
Comparing version
@@ -7,3 +7,3 @@ import { GraphQLInt, GraphQLList, GraphQLObjectType, GraphQLString } from 'graphql'; | ||
fields: () => ({ | ||
tumour_types_germline: { type: GraphQLString }, | ||
tumour_types_germline: { type: new GraphQLList(GraphQLString) }, | ||
}), | ||
@@ -10,0 +10,0 @@ }); |
{ | ||
"name": "@ferlab/next", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Shared library for our wrappers GraphQL APIs", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
520816
0.01%