SubtitleEdge
An edge in a connection.
type SubtitleEdge {
cursor: String!
node: Subtitle
}
Fields
SubtitleEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
SubtitleEdge.node ● Subtitle object
The item at the end of the edge.
Member Of
SubtitleConnection object