Add runners GraphQL query
显示
- app/graphql/resolvers/ci/runners_resolver.rb 43 个添加, 0 个删除app/graphql/resolvers/ci/runners_resolver.rb
- app/graphql/types/ci/runner_sort_enum.rb 13 个添加, 0 个删除app/graphql/types/ci/runner_sort_enum.rb
- app/graphql/types/query_type.rb 6 个添加, 0 个删除app/graphql/types/query_type.rb
- doc/api/graphql/reference/index.md 51 个添加, 0 个删除doc/api/graphql/reference/index.md
- spec/graphql/resolvers/ci/runners_resolver_spec.rb 136 个添加, 0 个删除spec/graphql/resolvers/ci/runners_resolver_spec.rb
- spec/graphql/types/query_type_spec.rb 7 个添加, 0 个删除spec/graphql/types/query_type_spec.rb
- spec/requests/api/graphql/ci/runners_spec.rb 114 个添加, 0 个删除spec/requests/api/graphql/ci/runners_spec.rb
app/graphql/resolvers/ci/runners_resolver.rb
0 → 100644
app/graphql/types/ci/runner_sort_enum.rb
0 → 100644
spec/requests/api/graphql/ci/runners_spec.rb
0 → 100644
想要评论请 注册 或 登录