server: add ability to view inline image attachments

This commit is contained in:
2024-03-24 18:11:15 -07:00
parent c30cfec09d
commit c74cd66826
6 changed files with 410 additions and 120 deletions

View File

@@ -72,13 +72,21 @@
"isDeprecated": false,
"name": "filename",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "size",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
{
@@ -104,6 +112,46 @@
"name": "String",
"ofType": null
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "disposition",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "DispositionType",
"ofType": null
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "bytes",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
}
}
}
}
],
"inputFields": null,
@@ -148,6 +196,29 @@
"name": "Boolean",
"possibleTypes": null
},
{
"description": null,
"enumValues": [
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "INLINE"
},
{
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "ATTACHMENT"
}
],
"fields": null,
"inputFields": null,
"interfaces": null,
"kind": "ENUM",
"name": "DispositionType",
"possibleTypes": null
},
{
"description": null,
"enumValues": null,