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