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