OBJECT

VersionedFileEdge

Description

Wrapper around the VersionedFile object. This wrapper is used for pagination.

link GraphQL Schema definition

  • type VersionedFileEdge {
  • # String used to identify this edge.
  • cursor: String!
  • # The actual VersionedFile object wrapped by this edge.
  • node: VersionedFile!
  • }