OBJECT
MediaEntityEdge
A Relay edge containing a MediaEntity and its cursor.
link GraphQL Schema definition
- type MediaEntityEdge {
- # The item at the end of the edge
- : MediaEntity
- # A cursor for use in pagination
- : String!
- }
OBJECT
A Relay edge containing a MediaEntity and its cursor.
- type MediaEntityEdge {
- # The item at the end of the edge
- : MediaEntity
- # A cursor for use in pagination
- : String!
- }