npm install -g agoda-graphql-csharp-generator
graphql-csharp-generator --schema-url '$graphqlUrl' --graphql-dir '$rawGraphqlDirectory'
- example
graphql-csharp-generator --schema-url 'https://smapi-qa-http.privatecloud.qa.agoda.is/v2/graphql' --graphql-dir './Agoda.Graphql/SupplyApi'
--graphql-dir
directory that you pass here, it will be the namespace for generated csharp file
- automate job to update semver version
- automate job to create release and tags