@hminnovations/graphql-types
Advanced tools
Comparing version
@@ -66,3 +66,3 @@ export declare type Maybe<T> = T | null; | ||
userRole?: Maybe<UserRoleInput[]>; | ||
favorites?: Maybe<FavoritesInput[]>; | ||
favorites: FavoritesInput; | ||
} | ||
@@ -391,3 +391,3 @@ export interface PathProgressInput { | ||
userRole?: Maybe<UserRole[]>; | ||
favorites?: Maybe<Favorites[]>; | ||
favorites: Favorites; | ||
} | ||
@@ -394,0 +394,0 @@ export interface PathProgress { |
{ | ||
"name": "@hminnovations/graphql-types", | ||
"version": "4.0.7", | ||
"version": "4.0.8", | ||
"scripts": { | ||
@@ -25,3 +25,3 @@ "build": "composite-raw-gql && tsc", | ||
"license": "None", | ||
"gitHead": "71e04f272047692dfc232f040397fb7b658d8998" | ||
"gitHead": "194d1846b9ae35cc5daf4b447dbf8b8e9cce9a1a" | ||
} |
29686
-0.07%