oddball

Results 2 issues of oddball

If 2 identical enum fields are declared in the XML, there will be 2 different enumerated types generated. Proposed solution is to only declare an enumerated type, if there are...

I am using https://www.graphql-code-generator.com/ to generate types from graphql schemas. I am generating json schemas from those types, but fields that are nullable does not come out as nullable. test.ts:...