Тип

FileEdge

A `File` edge in the connection.

"""A `File` edge in the connection."""
type FileEdge {
  """A cursor for use in pagination."""
  cursor: Cursor
  """The `File` at the end of the edge."""
  node: File
}