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