HerbCaudill / jsonschema2graphql

Convert JSON schema to GraphQL types
MIT License
43 stars 15 forks source link

Oneof with anonymous object #11

Closed HerbCaudill closed 4 years ago

HerbCaudill commented 4 years ago

Bug fix

fixes #4

Was creating a qualified name for anonymous objects using brackets; changed to using underscores as delimiters, which disappear when the name is UpperCamelCased.