@hminnovations/graphql-types
Advanced tools
Comparing version 4.0.10 to 4.0.11
@@ -931,3 +931,3 @@ export declare type Maybe<T> = T | null; | ||
creds: UserItemCreds; | ||
input: FavoritesInput; | ||
input: FavoritesInput[]; | ||
} | ||
@@ -934,0 +934,0 @@ export interface NewPathProgressSubscriptionArgs { |
{ | ||
"name": "@hminnovations/graphql-types", | ||
"version": "4.0.10", | ||
"version": "4.0.11", | ||
"scripts": { | ||
@@ -25,3 +25,3 @@ "build": "composite-raw-gql && tsc", | ||
"license": "None", | ||
"gitHead": "d58b904139714767378a877dee1992767786c2dd" | ||
"gitHead": "e100237b8000104a7f250c71221253210db9ec3c" | ||
} |
29705