web: don't show mime type on attachment

This commit is contained in:
2024-04-03 20:28:51 -07:00
parent d8fef54606
commit a24f456136
5 changed files with 96 additions and 290 deletions

View File

@@ -65,6 +65,38 @@
"description": null,
"enumValues": null,
"fields": [
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "id",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "idx",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
@@ -84,9 +116,13 @@
"isDeprecated": false,
"name": "size",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
}
},
{