@hminnovations/graphql-types
Advanced tools
Comparing version 3.11.10 to 3.11.11
@@ -603,2 +603,3 @@ export declare type Maybe<T> = T | null; | ||
surveyId: string; | ||
surveyType?: Maybe<string>; | ||
} | ||
@@ -605,0 +606,0 @@ export interface ExternalSurveyScore { |
{ | ||
"name": "@hminnovations/graphql-types", | ||
"version": "3.11.10", | ||
"version": "3.11.11", | ||
"scripts": { | ||
@@ -25,3 +25,3 @@ "build": "composite-raw-gql && tsc", | ||
"license": "None", | ||
"gitHead": "94a8cdd86df8c64288ac66d0ebf9de662d9e24fc" | ||
"gitHead": "a2449214a4f1f47d958edc3d7841cca867d24144" | ||
} |
27045
898