summaryrefslogtreecommitdiff
path: root/app/graphql/types/tree/blob_type.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/tree/blob_type.rb')
-rw-r--r--app/graphql/types/tree/blob_type.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/graphql/types/tree/blob_type.rb b/app/graphql/types/tree/blob_type.rb
index a7b90d2533b..3823bd94083 100644
--- a/app/graphql/types/tree/blob_type.rb
+++ b/app/graphql/types/tree/blob_type.rb
@@ -11,13 +11,13 @@ module Types
graphql_name 'Blob'
field :web_url, GraphQL::STRING_TYPE, null: true,
- description: 'Web URL of the blob'
+ description: 'Web URL of the blob.'
field :web_path, GraphQL::STRING_TYPE, null: true,
- description: 'Web path of the blob'
+ description: 'Web path of the blob.'
field :lfs_oid, GraphQL::STRING_TYPE, null: true,
- description: 'LFS ID of the blob'
+ description: 'LFS ID of the blob.'
field :mode, GraphQL::STRING_TYPE, null: true,
- description: 'Blob mode in numeric format'
+ description: 'Blob mode in numeric format.'
def lfs_oid
Gitlab::Graphql::Loaders::BatchLfsOidLoader.new(object.repository, object.id).find