mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Selective export (#770)
This commit is contained in:
@@ -552,6 +552,12 @@ export const mutateMetadataExport = () =>
|
||||
mutation: GQL.MetadataExportDocument,
|
||||
});
|
||||
|
||||
export const mutateExportObjects = (input: GQL.ExportObjectsInput) =>
|
||||
client.mutate<GQL.ExportObjectsMutation>({
|
||||
mutation: GQL.ExportObjectsDocument,
|
||||
variables: { input },
|
||||
});
|
||||
|
||||
export const mutateMetadataImport = () =>
|
||||
client.mutate<GQL.MetadataImportMutation>({
|
||||
mutation: GQL.MetadataImportDocument,
|
||||
|
||||
Reference in New Issue
Block a user