Problem Description
- current GraphQL plugin is not supporting sub-query selection.
Proposed Solution
- currently we are using swagger-to-graphql package, it's generating graphql schema from swagger specs.
- this package not taking response properties and always creating one scalar object JSON.
- there is one more package openapi-to-graphql. we should use this package.
Supporting Documents
https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/developer-tools/graphql/rest-to-graphql-export/
Problem Description
Proposed Solution
Supporting Documents
https://developers.amadeus.com/self-service/apis-docs/guides/developer-guides/developer-tools/graphql/rest-to-graphql-export/