How to create a graphQL in Azure APIM using terraform

From the documentation in terraform , we can see the attribute “api_type” to define the graphql api. But no support is available for the graphql schema format in the content_format attribute.

  1. If we ignore the import block and add webservice url, the schema is not fetched.

How can we achieve the creation of graphql api without a valid format for allowing schema?