FileEdge
An edge that contains a node of type File and a cursor.
type FileEdge {
node: File!
cursor: String!
}
Fields
FileEdge.node
● File!
non-null object
The File node.
FileEdge.cursor
● String!
non-null scalar
A unique cursor that can be used for pagination.
Member Of
FileConnection
object