mediaList
List all media.
mediaList(
filter: MediaFilterInput
sortBy: MediaSortingInput
before: String
after: String
first: Int
last: Int
): MediaCountableConnection!
Arguments
mediaList.filter ● MediaFilterInput input
mediaList.sortBy ● MediaSortingInput input
mediaList.before ● String scalar
Returns the items in the list that come before the specified cursor.
mediaList.after ● String scalar
Returns the items in the list that come after the specified cursor.
mediaList.first ● Int scalar
Returns the first n items from the list.
mediaList.last ● Int scalar
Returns the items in the list that come after the specified cursor.
Type
MediaCountableConnection object
A connection to a list of items.