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.
- String! :
- # The actual FilesetTemplate object wrapped by this edge.
- FilesetTemplate! :
- }