Skip to main content

subtitles

Find Subtitles

subtitles(
after: String
attachmentLinkId: ID!
before: String
first: Int
last: Int
): SubtitleConnection

Arguments

subtitles.after ● String scalar

Returns the elements in the list that come after the specified cursor.

Filter by Attachment Link ID

subtitles.before ● String scalar

Returns the elements in the list that come before the specified cursor.

subtitles.first ● Int scalar

Returns the first _n_ elements from the list.

subtitles.last ● Int scalar

Returns the last _n_ elements from the list.

Type

SubtitleConnection object

The connection type for Subtitle.