urlRedirectImport - admin-graphql - QUERY
Version: 2024-10
Description:
Returns a redirect import resource by ID.
Access Scopes
Arguments
-
id:
ID! -
The ID of the UrlRedirectImport to return.
Returns
-
count:
Int
The number of rows in the file.
-
createdCount:
Int
The number of redirects created from the import.
-
failedCount:
Int
The number of redirects that failed to be imported.
-
finished:
Boolean!
Whether the import is finished.
-
finishedAt:
DateTime
The date and time when the import finished.
-
id:
ID!
The ID of the `UrlRedirectImport` object.
-
previewRedirects:
UrlRedirectImportPreview!
A list of up to three previews of the URL redirects to be imported.
-
updatedCount:
Int
The number of redirects updated during the import.
Examples