asma-genql-directory
Advanced tools
Comparing version
@@ -194,2 +194,10 @@ | ||
var SupportRelationResult_possibleTypes = ['SupportRelationResult'] | ||
export var isSupportRelationResult = function(obj) { | ||
if (!obj || !obj.__typename) throw new Error('__typename is missing in "isSupportRelationResult"') | ||
return SupportRelationResult_possibleTypes.includes(obj.__typename) | ||
} | ||
var UpdateUserOutput_possibleTypes = ['UpdateUserOutput'] | ||
@@ -196,0 +204,0 @@ export var isUpdateUserOutput = function(obj) { |
@@ -537,2 +537,3 @@ import { | ||
export declare const enumrecipientSoknadsSelectColumn: { | ||
readonly customer_id: 'customer_id' | ||
readonly soknad_id: 'soknad_id' | ||
@@ -539,0 +540,0 @@ readonly user_id: 'user_id' |
@@ -507,2 +507,3 @@ import { | ||
export const enumrecipientSoknadsSelectColumn = { | ||
customer_id: 'customer_id', | ||
soknad_id: 'soknad_id', | ||
@@ -509,0 +510,0 @@ user_id: 'user_id', |
{ | ||
"name": "asma-genql-directory", | ||
"version": "1.2.83", | ||
"version": "1.2.84", | ||
"description": "autogen for directory srv", | ||
@@ -16,3 +16,3 @@ "main": "lib/index.js", | ||
"copy-files:win": "xcopy .\\src\\generated\\ .\\lib\\generated\\", | ||
"genql:dev": "genql --endpoint https://dev.adopus.no/api/directory/v1/graphql --esm --output ./src/generated -H \"x-hasura-admin-secret: oUf822vk7z3oYPCpc\" -H \"x-hasura-role: super_user\"", | ||
"genql:dev": "genql --endpoint https://dev.adopus.no/api/directory/v1/graphql --esm --output ./src/generated -H \"x-hasura-admin-secret: oUf822vk7z3oYPCpc\" -H \"x-hasura-role: genql\"", | ||
"genql:local": "genql --endpoint http://localhost:7001/v1/graphql --esm --output ./src/generated -H \"x-hasura-admin-secret: srvdirectory\"", | ||
@@ -19,0 +19,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
@@ -194,2 +194,10 @@ | ||
var SupportRelationResult_possibleTypes = ['SupportRelationResult'] | ||
export var isSupportRelationResult = function(obj) { | ||
if (!obj || !obj.__typename) throw new Error('__typename is missing in "isSupportRelationResult"') | ||
return SupportRelationResult_possibleTypes.includes(obj.__typename) | ||
} | ||
var UpdateUserOutput_possibleTypes = ['UpdateUserOutput'] | ||
@@ -196,0 +204,0 @@ export var isUpdateUserOutput = function(obj) { |
@@ -537,2 +537,3 @@ import { | ||
export declare const enumrecipientSoknadsSelectColumn: { | ||
readonly customer_id: 'customer_id' | ||
readonly soknad_id: 'soknad_id' | ||
@@ -539,0 +540,0 @@ readonly user_id: 'user_id' |
@@ -507,2 +507,3 @@ import { | ||
export const enumrecipientSoknadsSelectColumn = { | ||
customer_id: 'customer_id', | ||
soknad_id: 'soknad_id', | ||
@@ -509,0 +510,0 @@ user_id: 'user_id', |
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
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
3421021
1.26%61316
1.11%