gitlab-org--gitlab-foss/app/graphql/resolvers
Douwe Maan 5f0e4040ce
Batch load only data from same repository when lazy object is accessed
By specifying `key`, we get a different lazy batch loader for each
repository, which means that accessing a lazy object from one repository
will only result in that repository's objects being fetched, not those
of other repositories, saving us some unnecessary Gitaly lookups.
2018-11-26 11:15:18 +01:00
..
concerns Enable frozen string in app/graphql + app/finders 2018-09-11 12:15:23 -07:00
base_resolver.rb Enable frozen string in app/graphql + app/finders 2018-09-11 12:15:23 -07:00
full_path_resolver.rb Batch load only data from same repository when lazy object is accessed 2018-11-26 11:15:18 +01:00
merge_request_pipelines_resolver.rb Enable frozen string in app/graphql + app/finders 2018-09-11 12:15:23 -07:00
merge_request_resolver.rb Batch load only data from same repository when lazy object is accessed 2018-11-26 11:15:18 +01:00
project_pipelines_resolver.rb Enable frozen string in app/graphql + app/finders 2018-09-11 12:15:23 -07:00
project_resolver.rb Enable frozen string in app/graphql + app/finders 2018-09-11 12:15:23 -07:00