Importing sdl schema from GraphQL

Hi!
Currently we are facing a problem, where we have got a .sdl schema in a file format and would like to import it to APIDOG.
The problem is, introspection is not alloved from the client, instead of that they have provided the sdl schema. Is there a way to import this instead of using Introspection? please advice

Currently, Apidog only supports introspect and does not support importing .sdl files. We will consider how to add the feature to import .sdl.

thank you, that would really help us

Is this a GraphQL Schema defined with a .sdl extension?

Apidog supports introspection. Are you encountering an issue where the GraphQL endpoint doesn’t provide introspection functionality?

exactly. I can only get an .sdl file and that I can not import. I tried to convert it online to json (there are some online tools), but that did not work either.

We support introspection but currently don’t support importing .sdl files. At this time, you can only obtain the Schema through Introspection. We’ve forwarded this feature request to our product team.

thanks a lot!