mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 19:29:15 +00:00
Redundant code, typo.
This commit is contained in:
@@ -267,7 +267,7 @@ type Album {
|
||||
paginate: Pagination
|
||||
): [Album!]!
|
||||
|
||||
"The album witch contains this album"
|
||||
"The album which contains this album"
|
||||
parentAlbum: Album
|
||||
"The user who owns this album"
|
||||
owner: User!
|
||||
@@ -278,8 +278,6 @@ type Album {
|
||||
path: [Album!]!
|
||||
|
||||
shares: [ShareToken!]!
|
||||
|
||||
coverID: Int!
|
||||
}
|
||||
|
||||
type MediaURL {
|
||||
|
||||
Reference in New Issue
Block a user