Add a minimal GraphQL API
显示
- .rubocop.yml 1 个添加, 0 个删除.rubocop.yml
- Gemfile 6 个添加, 0 个删除Gemfile
- Gemfile.lock 17 个添加, 0 个删除Gemfile.lock
- app/controllers/graphql_controller.rb 49 个添加, 0 个删除app/controllers/graphql_controller.rb
- app/graphql/gitlab_schema.rb 11 个添加, 0 个删除app/graphql/gitlab_schema.rb
- app/graphql/loaders/base_loader.rb 24 个添加, 0 个删除app/graphql/loaders/base_loader.rb
- app/graphql/loaders/full_path_loader.rb 23 个添加, 0 个删除app/graphql/loaders/full_path_loader.rb
- app/graphql/loaders/iid_loader.rb 35 个添加, 0 个删除app/graphql/loaders/iid_loader.rb
- app/graphql/mutations/.keep 0 个添加, 0 个删除app/graphql/mutations/.keep
- app/graphql/types/merge_request_type.rb 50 个添加, 0 个删除app/graphql/types/merge_request_type.rb
- app/graphql/types/mutation_type.rb 5 个添加, 0 个删除app/graphql/types/mutation_type.rb
- app/graphql/types/project_type.rb 62 个添加, 0 个删除app/graphql/types/project_type.rb
- app/graphql/types/query_type.rb 38 个添加, 0 个删除app/graphql/types/query_type.rb
- app/graphql/types/time_type.rb 8 个添加, 0 个删除app/graphql/types/time_type.rb
- config/dependency_decisions.yml 6 个添加, 0 个删除config/dependency_decisions.yml
- config/routes/api.rb 3 个添加, 0 个删除config/routes/api.rb
- lib/gitlab/graphql/authorize.rb 55 个添加, 0 个删除lib/gitlab/graphql/authorize.rb
- spec/controllers/graphql_controller_spec.rb 58 个添加, 0 个删除spec/controllers/graphql_controller_spec.rb
- spec/graphql/gitlab_schema_spec.rb 27 个添加, 0 个删除spec/graphql/gitlab_schema_spec.rb
- spec/graphql/loaders/full_path_loader_spec.rb 38 个添加, 0 个删除spec/graphql/loaders/full_path_loader_spec.rb
加载中
想要评论请 注册 或 登录