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