MediaCountableEdge
No description
type MediaCountableEdge {
node: Media!
cursor: String!
}
Fields
MediaCountableEdge.node ● Media! non-null object
The item at the end of the edge.
MediaCountableEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
Member Of
MediaCountableConnection object