Import schema.json for autocomplete

Hi everyone,

I can’t use the autocompletion function. It seems that potman doesn’t recognize my schema as a graphql schema.

I use graphene-django for my back-end and exported my schema as a json with the “python manage.py graphql_schema” command.

What can I do to convert the json to graphql syntaxis or to make postman recognize it as a graphql schema?

Thanks for the time :slight_smile: