Closed romgere closed 1 year ago
:tada: This issue has been resolved in version 2.3.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
No you're right, it's just a bit unusual to have a type itself which includes an allOf also. But it's valid JSON Schema.
This is fixed in 2.3.1
In your code, you might want to add a third option to makeConverter
: { mergeObjects: true }
to get the result you most likely want.
Hi there,
I'm trying to convert some Json schema to GraphQL & got some issue when using
allOf
in schema.Here is a minimal reproduction :
This ouput :
title
&excerpt
properties of theschema
are ignored/override by the base schema.Am I wrong to think output should include those 2 properties ?