asma-genql-directory
Advanced tools
Comparing version
@@ -354,50 +354,2 @@ | ||
var customer_contact_possibleTypes = ['customer_contact'] | ||
export var iscustomer_contact = function(obj) { | ||
if (!obj || !obj.__typename) throw new Error('__typename is missing in "iscustomer_contact"') | ||
return customer_contact_possibleTypes.includes(obj.__typename) | ||
} | ||
var customer_contact_aggregate_possibleTypes = ['customer_contact_aggregate'] | ||
export var iscustomer_contact_aggregate = function(obj) { | ||
if (!obj || !obj.__typename) throw new Error('__typename is missing in "iscustomer_contact_aggregate"') | ||
return customer_contact_aggregate_possibleTypes.includes(obj.__typename) | ||
} | ||
var customer_contact_aggregate_fields_possibleTypes = ['customer_contact_aggregate_fields'] | ||
export var iscustomer_contact_aggregate_fields = function(obj) { | ||
if (!obj || !obj.__typename) throw new Error('__typename is missing in "iscustomer_contact_aggregate_fields"') | ||
return customer_contact_aggregate_fields_possibleTypes.includes(obj.__typename) | ||
} | ||
var customer_contact_max_fields_possibleTypes = ['customer_contact_max_fields'] | ||
export var iscustomer_contact_max_fields = function(obj) { | ||
if (!obj || !obj.__typename) throw new Error('__typename is missing in "iscustomer_contact_max_fields"') | ||
return customer_contact_max_fields_possibleTypes.includes(obj.__typename) | ||
} | ||
var customer_contact_min_fields_possibleTypes = ['customer_contact_min_fields'] | ||
export var iscustomer_contact_min_fields = function(obj) { | ||
if (!obj || !obj.__typename) throw new Error('__typename is missing in "iscustomer_contact_min_fields"') | ||
return customer_contact_min_fields_possibleTypes.includes(obj.__typename) | ||
} | ||
var customer_contact_mutation_response_possibleTypes = ['customer_contact_mutation_response'] | ||
export var iscustomer_contact_mutation_response = function(obj) { | ||
if (!obj || !obj.__typename) throw new Error('__typename is missing in "iscustomer_contact_mutation_response"') | ||
return customer_contact_mutation_response_possibleTypes.includes(obj.__typename) | ||
} | ||
var customer_user_possibleTypes = ['customer_user'] | ||
@@ -404,0 +356,0 @@ export var iscustomer_user = function(obj) { |
{ | ||
"name": "asma-genql-directory", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "autogen for directory srv", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
1565465
-3.43%28043
-3.23%