mediaList
List of the media.
mediaList(
filter: MediaFilterInput
sortBy: MediaSortingInput
before: String
after: String
first: Int
last: Int
): MediaCountableConnection
Arguments
mediaList.filter ● MediaFilterInput input
Filtering options for media.
mediaList.sortBy ● MediaSortingInput input
Sort media.
mediaList.before ● String scalar
Return the elements in the list that come before the specified cursor.
mediaList.after ● String scalar
Return the elements in the list that come after the specified cursor.
mediaList.first ● Int scalar
Return the first n elements from the list.
mediaList.last ● Int scalar
Return the last n elements from the list.