Details
-
Bug
-
Status: Closed (View Workflow)
-
TBD
-
Resolution: Done
-
None
-
None
-
-
None
Description
As pointed out by maksym_sinichenko in a Slack conversation, trying to start mod-graphql with the configuration used by the Dockerization currently fails:
mod-graphql$ rm -rf tests/input mod-graphql$ ./tests/setup.sh Setting up API data ... [...] ... all done mod-graphql$ yarn start tests/input/*/ramls/*.raml yarn run v1.22.5 $ babel-node --presets=env,stage-2 main.js tests/input/mod-inventory-storage/ramls/alternative-title-type.raml ... [...] /Users/mike/git/folio/other/mod-graphql/src/autogen/mergeAPIs.js:93 throw Error('duplicate type name \'' + name + '\' with different definitions in ' + register[name] + ' and ' + ramlName); ^ Error: duplicate type name 'T_raml_util_schemas_resultInfo_schema' with different definitions in tests/input/mod-inventory-storage/ramls/holdings-storage.raml and tests/input/mod-users/ramls/users.raml at /Users/mike/git/folio/other/mod-graphql/src/autogen/mergeAPIs.js:77:17