@hminnovations/graphql-types
Advanced tools
Comparing version 4.0.13 to 4.0.17
@@ -154,2 +154,3 @@ export declare type Maybe<T> = T | null; | ||
role?: Maybe<string>; | ||
pathResetOn?: Maybe<string[]>; | ||
} | ||
@@ -522,2 +523,3 @@ export interface GeneratedLearnStatsInput { | ||
role?: Maybe<string>; | ||
pathResetOn?: Maybe<string[]>; | ||
} | ||
@@ -524,0 +526,0 @@ export interface UsageStats { |
{ | ||
"name": "@hminnovations/graphql-types", | ||
"version": "4.0.13", | ||
"version": "4.0.17", | ||
"scripts": { | ||
@@ -25,3 +25,3 @@ "build": "composite-raw-gql && tsc", | ||
"license": "None", | ||
"gitHead": "cca2d409e5481b26989a8623c774752d924d9eb7" | ||
"gitHead": "9533cb656eff574d0bf307a6e0cd0544a5de9d8d" | ||
} |
Sorry, the diff of this file is not supported yet
29853
994