web: show union of tags when viewing thread

This commit is contained in:
2023-12-10 17:26:24 -08:00
parent fa7df55b0e
commit 7b22f85429
3 changed files with 44 additions and 4 deletions

View File

@@ -504,6 +504,30 @@
}
}
}
},
{
"args": [],
"deprecationReason": null,
"description": null,
"isDeprecated": false,
"name": "tags",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
}
}
}
],
"inputFields": null,