@hminnovations/graphql-types
Advanced tools
Comparing version 0.0.12 to 0.1.0
@@ -14,3 +14,3 @@ export declare type Maybe<T> = T | null; | ||
userId: string; | ||
cohort: string; | ||
cohort?: Maybe<string>; | ||
subscriptionToken?: Maybe<string>; | ||
@@ -17,0 +17,0 @@ } |
{ | ||
"name": "@hminnovations/graphql-types", | ||
"version": "0.0.12", | ||
"version": "0.1.0", | ||
"scripts": { | ||
@@ -25,3 +25,3 @@ "build": "composite-raw-gql && tsc", | ||
"license": "None", | ||
"gitHead": "b35a627c1dc35b4adf9b484fa4cd4fe7b687911a" | ||
"gitHead": "642ed7b767efd0db233c8c9172c5f80c6ad8f593" | ||
} |
23572