Using graphql-schema generator gives files with extention ".graphql", However spring requires with extenstion ".graphqls" files
Created by: anoop4tech
Description
Using graphql-schema generator gives files with extention ".graphql", However spring requires with extenstion ".graphqls" files
openapi-generator version
openapi-generator-cli Version 4.2.2
OpenAPI declaration file content or url
http://petstore.swagger.io/?displayOperationId=false

Command line used for generation
openapi-generator generate -i petStore-OpenAPI.yaml -g graphql-schema -o ./codeGen
Steps to reproduce
Related issues/PRs
Suggest a fix/enhancement
Can we have the Files generated in ".graphqls" extension as well so it can be used with spring based applications. https://www.baeldung.com/spring-graphql