dotnet-apim
dotnet-apim copied to clipboard
Support for importing GraphQL API
The ARM schema has graphql-link
spec format now. It would be nice if we could support this to allow importing GraphQL APIs.
As far as implementation, was thinking we could just add another property in the yaml file to specify graphqlspec
then set the format
in the ARM template to graphql-link
.
@mirsaeedi Lemme know your thoughts. I can help with implementation as always. 😃
Hi Levi. sorry for the late reply. As always your contributions are much appreciated. I'll look into it in weekend.