graphlit-client 1.0.20251127001 → 1.0.20251127002
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.
|
@@ -6005,6 +6005,8 @@ export type GraphFilter = {
|
|
|
6005
6005
|
createdInLast?: InputMaybe<Scalars['TimeSpan']['input']>;
|
|
6006
6006
|
/** Filter by entity creation date range. */
|
|
6007
6007
|
creationDateRange?: InputMaybe<DateRangeFilter>;
|
|
6008
|
+
/** Disable project inheritance, only return user-scoped entities. */
|
|
6009
|
+
disableInheritance?: InputMaybe<Scalars['Boolean']['input']>;
|
|
6008
6010
|
/** Filter by source feeds. */
|
|
6009
6011
|
feeds?: InputMaybe<Array<EntityReferenceFilter>>;
|
|
6010
6012
|
/** Filter by H3 hexagon index. */
|