CSVTemplateType
Generated CSV import template (live from marketplace config).
type CSVTemplateType {
filename: String!
content: String!
}
Fields
CSVTemplateType.filename ● String! non-null scalar
CSVTemplateType.content ● String! non-null scalar
CSV content — trigger a client-side download
Returned By
importCsvTemplate query