You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have an OpenAPI definition, Master-OB-OpenAPI.json, which doesn't have any path in it, only schema definitions. I've tried to generate the Graphql schema file, but it only generated this
Describe the bug
I have an OpenAPI definition, Master-OB-OpenAPI.json, which doesn't have any
path
in it, onlyschema
definitions. I've tried to generate the Graphql schema file, but it only generated thisTo Reproduce
Steps to reproduce the behavior:
npx openapi-to-graphql .\Master-OB-OpenAPI.json --save output.sdl
output.sdl
fileExpected behavior
I would expected an sdl file with all the schemas in it
The text was updated successfully, but these errors were encountered: