@hminnovations/graphql-types
Advanced tools
Comparing version 4.8.7 to 4.8.8
@@ -320,3 +320,3 @@ export declare type Maybe<T> = T | null; | ||
pullSummary?: Maybe<PullSummaryInput>; | ||
pushItems?: Maybe<string>; | ||
pushItems?: Maybe<string[]>; | ||
} | ||
@@ -864,3 +864,3 @@ export interface PullSummaryInput { | ||
pullSummary?: Maybe<PullSummary>; | ||
pushItems?: Maybe<string>; | ||
pushItems?: Maybe<string[]>; | ||
} | ||
@@ -936,3 +936,3 @@ export interface PullSummary { | ||
pullSummary?: Maybe<PullSummary>; | ||
pushItems?: Maybe<string>; | ||
pushItems?: Maybe<string[]>; | ||
} | ||
@@ -939,0 +939,0 @@ export interface GetIdentityQueryArgs { |
{ | ||
"name": "@hminnovations/graphql-types", | ||
"version": "4.8.7", | ||
"version": "4.8.8", | ||
"scripts": { | ||
@@ -25,3 +25,3 @@ "build": "composite-raw-gql && tsc", | ||
"license": "None", | ||
"gitHead": "8da7564ec77fc528e69e07bcedadb78486ce8ff2" | ||
"gitHead": "15fc754cbd654cbcf68f4389bbb77ef36b89624d" | ||
} |
34525