HerbCaudill/jsonschema2graphql

Use $id/id field to name child types

Opened this issue · 0 comments

Woodz commented
  • I'm submitting a ...
    [ ] bug report
    [X] feature request
    [ ] question about the decisions made in the repository
    [ ] question about how to use this project

  • Summary
    Currently, it looks like $id field is used to name the top-level type, but child types are automatically named (e.g. numerical suffix for oneOf, etc). It would be nice to be able to name child types based on $id field as per the top-level type

  • Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. StackOverflow, personal fork, etc.)