graphlit-client 1.0.20251217001 → 1.0.20251217002
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.
|
@@ -5915,6 +5915,8 @@ export type GoogleDriveFolderResult = {
|
|
|
5915
5915
|
folderId?: Maybe<Scalars['ID']['output']>;
|
|
5916
5916
|
/** The Google Drive folder name. */
|
|
5917
5917
|
folderName?: Maybe<Scalars['String']['output']>;
|
|
5918
|
+
/** The relative path to this folder from the drive root. */
|
|
5919
|
+
folderPath?: Maybe<Scalars['String']['output']>;
|
|
5918
5920
|
};
|
|
5919
5921
|
/** Represents Google Drive folders. */
|
|
5920
5922
|
export type GoogleDriveFolderResults = {
|
|
@@ -12481,6 +12483,8 @@ export type OneDriveFolderResult = {
|
|
|
12481
12483
|
folderId?: Maybe<Scalars['ID']['output']>;
|
|
12482
12484
|
/** The OneDrive folder name. */
|
|
12483
12485
|
folderName?: Maybe<Scalars['String']['output']>;
|
|
12486
|
+
/** The relative path to this folder from the drive root. */
|
|
12487
|
+
folderPath?: Maybe<Scalars['String']['output']>;
|
|
12484
12488
|
};
|
|
12485
12489
|
/** Represents OneDrive folders. */
|
|
12486
12490
|
export type OneDriveFolderResults = {
|
|
@@ -16326,6 +16330,8 @@ export type SharePointFolderResult = {
|
|
|
16326
16330
|
folderId?: Maybe<Scalars['ID']['output']>;
|
|
16327
16331
|
/** The SharePoint folder name. */
|
|
16328
16332
|
folderName?: Maybe<Scalars['String']['output']>;
|
|
16333
|
+
/** The relative path to this folder from the drive root. */
|
|
16334
|
+
folderPath?: Maybe<Scalars['String']['output']>;
|
|
16329
16335
|
};
|
|
16330
16336
|
/** Represents SharePoint folders. */
|
|
16331
16337
|
export type SharePointFolderResults = {
|