diff options
Diffstat (limited to 'graphql/schema.graphql')
-rw-r--r-- | graphql/schema.graphql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphql/schema.graphql b/graphql/schema.graphql index e4299629..5910984d 100644 --- a/graphql/schema.graphql +++ b/graphql/schema.graphql @@ -92,6 +92,7 @@ type SetTitleOperation implements Operation, Authored { date: Time! title: String! + was: String! } type AddCommentOperation implements Operation, Authored { |