Skip to content

Fix typo in GraphQL EntryType description

Vasilii Iakliushin requested to merge 478508_update_graphql_docs into master

What does this MR do and why?

Contributes to #478508

Problem

EntryType class is implemented by multiple objects (like Blob, Submodule or Tree). Field sha returns a SHA hash of the object itself, not of the related commit.

Solution

Update documentation to avoid a confusion.

Merge request reports