asma-genql-proxy
Advanced tools
Comparing version 1.0.28 to 1.0.29
{ | ||
"name": "asma-genql-proxy", | ||
"version": "1.0.28", | ||
"version": "1.0.29", | ||
"description": "autogen types for proxy gql", | ||
@@ -11,3 +11,3 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"genql": "genql --endpoint http://localhost:7003/v1/graphql --esm --output ./src/generated -H \"x-hasura-admin-secret: srvproxy\"", | ||
"genql": "genql --endpoint https://dev.adopus.no/api/srvproxy/v1/graphql --esm --output ./src/generated -H \"x-hasura-admin-secret: hVPLtxtFFtHUX32c\"", | ||
"build": "tsc && tsc -p .", | ||
@@ -14,0 +14,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
@@ -397,7 +397,2 @@ import { | ||
export declare const enumcursorOrdering: { | ||
readonly ASC: 'ASC' | ||
readonly DESC: 'DESC' | ||
} | ||
export declare const enumcustomDbNodesConstraint: { | ||
@@ -404,0 +399,0 @@ readonly idx_38605_primary: 'idx_38605_primary' |
@@ -17,3 +17,3 @@ import { | ||
var optionsCopy = { | ||
url: 'http://localhost:7003/v1/graphql', | ||
url: 'https://dev.adopus.no/api/srvproxy/v1/graphql', | ||
queryRoot: typeMap.Query, | ||
@@ -359,7 +359,2 @@ mutationRoot: typeMap.Mutation, | ||
export const enumcursorOrdering = { | ||
ASC: 'ASC', | ||
DESC: 'DESC', | ||
} | ||
export const enumcustomDbNodesConstraint = { | ||
@@ -366,0 +361,0 @@ idx_38605_primary: 'idx_38605_primary', |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
7667084
105829