Skip to content

Use BigInt for Graphql Blob type to cover huge files

Igor Drozdov requested to merge id-fix-int-types-for-blob-type into master

What does this MR do and why?

For example, LFS files can be bigger than 4GB and Types::Int is not enough to transfer its size.

Related comment: https://gitlab.com/gitlab-org/gitlab/-/issues/384329#note_1194349166

Related issue: #364455 (closed)

Edited by Igor Drozdov

Merge request reports