From 41a8bd725c9c66b1bf239753355bb35c739d8154 Mon Sep 17 00:00:00 2001 From: mc Date: Thu, 7 Nov 2024 12:54:13 -0500 Subject: [PATCH] patch filetype graphql --- IndicoV2.StrawberryShake/schema.graphql | 36 +++++++++++++------------ 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/IndicoV2.StrawberryShake/schema.graphql b/IndicoV2.StrawberryShake/schema.graphql index 95b7781..40bc9e9 100644 --- a/IndicoV2.StrawberryShake/schema.graphql +++ b/IndicoV2.StrawberryShake/schema.graphql @@ -4177,23 +4177,25 @@ enum FileStatus { "Enum for file types" enum FileType { - CSV - DOC - DOCX - EML - EXCEL - JPG - MSG - PDF - PNG - PPT - PPTX - RTF - TIFF - TXT - UNKNOWN - XLS - XLSX + CSV + PDF + EXCEL + DOC + DOCX + PPT + PPTX + PNG + JPG + TIFF + TXT + RTF + XLS + XLSX + UNKNOWN + MSG + EML + ZIP + HTML } "An enumeration."