Can not parse OpenAPI 3 specification for Actions #10520
Open
Description
Version Information
Server Version: 2.43.0
CLI Version (for CLI related issue):
Environment
Docker Image: https://hub.docker.com/r/hasura/graphql-engine
What is the current behaviour?
$ref
for parameters is not supported if you test the https://github.com/RaphaelBossek/jira-server-edition-openAPIv3
With the Atlassian V10 swagger JSON file, the error is "Invalid spec: Connot read properties of undefined (reading 'x-graphql-type-name')"
With https://the-guild.dev/graphql/mesh it just works.
What is the expected behaviour?
No error messages. No complains importing OpenAPI specifications.
How to reproduce the issue?
OpenAPI spec is not supported for following examples:
- https://github.com/RaphaelBossek/jira-server-edition-openAPIv3
- https://developer.atlassian.com/server/jira/platform/rest/v10000/intro/ (direct link: https://dac-static.atlassian.com/server/jira/platform/jira_software_dc_10000_swagger.v3.json?_v=1.1009.0)
Screenshots or Screencast
No screenshot.
Please provide any traces or logs that could help here.
No trace files.
Any possible solutions/workarounds you're aware of?
No known workarround exist.
Keywords
openapi
actions
parser