ContentFileEdge
An edge in a connection.
type ContentFileEdge {
node: ContentFile
cursor: Cursor!
}
Fields
ContentFileEdge.node ● ContentFile object
The item at the end of the edge.
ContentFileEdge.cursor ● Cursor! non-null scalar
A cursor for use in pagination.
Member Of
ContentFileConnection object