graphlit-client 1.0.20241227002 → 1.0.20241228001
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.
@@ -21343,6 +21343,7 @@ export type QueryModelsQuery = {
|
|
21343
21343
|
__typename?: 'ModelCardResults';
|
21344
21344
|
results?: Array<{
|
21345
21345
|
__typename?: 'ModelCard';
|
21346
|
+
name: string;
|
21346
21347
|
type?: ModelTypes | null;
|
21347
21348
|
serviceType?: ModelServiceTypes | null;
|
21348
21349
|
model?: string | null;
|