LetterTypeEdge
An edge that contains a node of type LetterType and a cursor.
type LetterTypeEdge {
node: LetterType!
cursor: String!
}
Fields
LetterTypeEdge.node
● LetterType!
non-null object
The LetterType node.
LetterTypeEdge.cursor
● String!
non-null scalar
A unique cursor that can be used for pagination.
Member Of
LetterTypeConnection
object