Skip to content

Commit

Permalink
patch filetype graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
goatrocks committed Nov 7, 2024
1 parent 1f2dbef commit 41a8bd7
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions IndicoV2.StrawberryShake/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 41a8bd7

Please sign in to comment.