We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa158c5 commit a647ac2Copy full SHA for a647ac2
package.json
@@ -1,13 +1,12 @@
1
{
2
"name": "agoda-graphql-csharp-generator",
3
- "version": "1.1.1",
+ "version": "1.2.1",
4
"main": "index.js",
5
"files": [
6
"dist"
7
],
8
"scripts": {
9
"generate-graphql": "ts-node ./src/generate.ts --schema-url 'https://smapi-qa-http.privatecloud.qa.agoda.is/v2/graphql' --graphql-dir './Agoda.Graphql/SupplyApi/Queries'",
10
- "generate-graphql-bapi": "ts-node ./src/generate.ts --schema-url 'https://booking-query-high-qa.privatecloud.qa.agoda.is' --graphql-dir './Agoda.Graphql/BookingQueries'",
11
"build": "tsc"
12
},
13
"bin": {
0 commit comments