getMedias
Returns all medias of the service.
getMedias(
first: Int
skip: Int
): MediaConnection!
Arguments
getMedias.first ● Int scalar
Describes that the
firstN medias should be retrieved.
getMedias.skip ● Int scalar
Describes how many medias should be skipped at the beginning.
Type
MediaConnection object
A connection of medias.