Redundant code, typo.

This commit is contained in:
Peter - Ubuntu dual boot
2021-09-18 20:46:53 +01:00
parent 4c995a976e
commit 7da8898f69

View File

@@ -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 {