Fix failing spec

This commit is contained in:
Alberto Miedes Garcés
2017-01-08 14:27:20 +01:00
parent 398bc8c211
commit e1b3d468e5
2 changed files with 2 additions and 3 deletions

View File

@@ -17,7 +17,6 @@ module GraphQL
description 'The root query for the schema'
query_type_creator.created_api_types.each do |model, created_type|
# debugger
if created_type.fields['id']
field model.name.underscore.to_sym do
type created_type