yarax / swagger-to-graphql

Swagger to GraphQL API adapter
MIT License
924 stars 150 forks source link

Use JSONObject scalar for objects with unknown fields #112

Closed kamilchm closed 5 years ago

kamilchm commented 5 years ago

empty: string looks like a workaround and I think its better to use JSONObject scalar which is supported in different projects in GraphQL space.

0xR commented 5 years ago

Merged in #115