OBJECT
GiblibVideoEdge
An edge in a connection.
link GraphQL Schema definition
- type GiblibVideoEdge {
- # The item at the end of the edge.
- : GiblibVideo
- # A cursor for use in pagination.
- : Cursor!
- }
OBJECT
An edge in a connection.
- type GiblibVideoEdge {
- # The item at the end of the edge.
- : GiblibVideo
- # A cursor for use in pagination.
- : Cursor!
- }