mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 22:09:20 +00:00
25 lines
587 B
TypeScript
25 lines
587 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
// @generated
|
|
// This file was automatically generated and should not be edited.
|
|
|
|
// ====================================================
|
|
// GraphQL mutation operation: resetAlbumCover
|
|
// ====================================================
|
|
|
|
export interface resetAlbumCover_resetAlbumCover {
|
|
__typename: 'Album'
|
|
id: string
|
|
}
|
|
|
|
export interface resetAlbumCover {
|
|
/**
|
|
* Reset the assigned cover photo for an album
|
|
*/
|
|
resetAlbumCover: resetAlbumCover_resetAlbumCover
|
|
}
|
|
|
|
export interface resetAlbumCoverVariables {
|
|
albumID: string
|
|
}
|