diff options
Diffstat (limited to 'graphql/schema/operations.graphql')
-rw-r--r-- | graphql/schema/operations.graphql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphql/schema/operations.graphql b/graphql/schema/operations.graphql index 2b206418..d37df2e2 100644 --- a/graphql/schema/operations.graphql +++ b/graphql/schema/operations.graphql @@ -97,4 +97,4 @@ type LabelChangeOperation implements Operation & Authored { added: [Label!]! removed: [Label!]! -}
\ No newline at end of file +} |