OBJECT

FilesetTemplateEdge

Description

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

link GraphQL Schema definition

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