hasura / graphql-engine

Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
https://hasura.io
Apache License 2.0
31.19k stars 2.77k forks source link

OpenAPI connector only generating some commands from OpenAPI spec #10559

Open linear[bot] opened 1 month ago

linear[bot] commented 1 month ago

This spec: https://api.sportstalk247.com/api/v3/openapi/swagger.json doesn't generate the model for this path, as an example: /api/v3/{appid}/chat/rooms There are a few dozen examples of this.

fiona02 commented 1 month ago

The specification at this link does not generate the model for certain paths. For example, the path /api/v3/{appid}/chat/rooms is missing its corresponding model definition. This issue appears to be present for several dozen other paths as well.