gitlab-org--gitlab-foss/app/graphql/resolvers
Brett Walker aa7b1cfc5b Upgrade GraphQL gem to 1.8.17
- Due to https://github.com/exAspArk/batch-loader/pull/32,
we  changed BatchLoader.for into BatchLoader::GraphQL.for
- since our results are wrapped in a BatchLoader::GraphQL,
calling `sync` during authorization is required to get real object
- `graphql` now has it's own authorization system.  Our
`authorized?` method conflicted and required renaming
2019-09-04 17:42:48 +00:00
..
concerns Added common fields to the IssueType 2019-05-31 13:19:29 -05:00
base_resolver.rb Added common fields to the IssueType 2019-05-31 13:19:29 -05:00
echo_resolver.rb Replace echo function with a resolver 2019-08-26 17:43:38 +00:00
full_path_resolver.rb Upgrade GraphQL gem to 1.8.17 2019-09-04 17:42:48 +00:00
group_resolver.rb Basic GraphQL for a group 2019-04-23 11:16:05 -05:00
issues_resolver.rb Upgrade GraphQL gem to 1.8.17 2019-09-04 17:42:48 +00:00
merge_request_pipelines_resolver.rb Enable frozen string in app/graphql + app/finders 2018-09-11 12:15:23 -07:00
merge_requests_resolver.rb Upgrade GraphQL gem to 1.8.17 2019-09-04 17:42:48 +00:00
metadata_resolver.rb Add metadata about the GitLab server to GraphQL 2019-03-05 15:00:32 +00:00
namespace_projects_resolver.rb Upgrade GraphQL gem to 1.8.17 2019-09-04 17:42:48 +00:00
namespace_resolver.rb Add Namespace and ProjectStatistics to GraphQL API 2019-06-03 12:01:32 +02:00
project_pipelines_resolver.rb Enable frozen string in app/graphql + app/finders 2018-09-11 12:15:23 -07:00
project_resolver.rb GraphQL - Add extra complexity for resolvers 2019-05-06 21:24:19 +00:00
tree_resolver.rb Added repository files to GraphQL API 2019-05-22 12:43:35 +01:00