diff options
Diffstat (limited to 'webui/src/bug/SetTitleFragment.graphql')
-rw-r--r-- | webui/src/bug/SetTitleFragment.graphql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/webui/src/bug/SetTitleFragment.graphql b/webui/src/bug/SetTitleFragment.graphql new file mode 100644 index 00000000..432c4449 --- /dev/null +++ b/webui/src/bug/SetTitleFragment.graphql @@ -0,0 +1,8 @@ +#import "../Author.graphql" + +fragment SetTitle on SetTitleTimelineItem { + date + ...authored + title + was +} |