Done
Details
Assignee
Mike TaylorMike TaylorReporter
Mike TaylorMike TaylorPriority
P2Development Team
ThorFix versions
TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Mike Taylor
Mike TaylorReporter
Mike Taylor
Mike TaylorPriority
Development Team
Thor
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created February 21, 2023 at 2:24 PM
Updated February 21, 2023 at 5:46 PM
Resolved February 21, 2023 at 5:46 PM
The recent build problems in folio-snapshot (see MODGQL-165) were due to changes that allowed individual RAMLs (with their associated JSON schemas) to compile into a GraphQL schema just fine — but which resulted in the combination of two RAMLs yielding a fatal collision in which they both tried to define the same type ({{Tinstances}}).
The
yarn test
procedure should be extended to run a test and checks the ability to compile and merge the combination of schemas to be used in production.