@trackunit/filters-graphql-hook 0.0.206 → 0.0.208
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -287,8 +287,6 @@ export type AssetFiltersInput = {
|
|
|
287
287
|
externalReferences?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
288
288
|
/** Filter by if the asset is followed */
|
|
289
289
|
followed?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
290
|
-
/** Filter by global group. */
|
|
291
|
-
globalGroup?: InputMaybe<Scalars["String"]["input"]>;
|
|
292
290
|
/** Filter by groups */
|
|
293
291
|
groups?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
294
292
|
/** Filter by when was the asset last seen */
|