diff options
Diffstat (limited to 'api/graphql/schema/repository.graphql')
-rw-r--r-- | api/graphql/schema/repository.graphql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/graphql/schema/repository.graphql b/api/graphql/schema/repository.graphql index 2b98fe37..d7411be7 100644 --- a/api/graphql/schema/repository.graphql +++ b/api/graphql/schema/repository.graphql @@ -47,4 +47,4 @@ type Repository { """Returns the last _n_ elements from the list.""" last: Int ): LabelConnection! -}
\ No newline at end of file +} |