Support `:alpha` directly
Marking a schema item as alpha has been supported through the `deprecated:` keyword argument since https://gitlab.com/gitlab-org/gitlab/-/merge_requests/84756. This change supports `alpha:` as a keyword argument itself.
显示
- app/graphql/types/concerns/gitlab_style_deprecations.rb 4 个添加, 1 个删除app/graphql/types/concerns/gitlab_style_deprecations.rb
- app/graphql/types/issue_type_enum.rb 1 个添加, 1 个删除app/graphql/types/issue_type_enum.rb
- app/graphql/types/mutation_type.rb 7 个添加, 7 个删除app/graphql/types/mutation_type.rb
- app/graphql/types/project_type.rb 1 个添加, 1 个删除app/graphql/types/project_type.rb
- app/graphql/types/query_type.rb 1 个添加, 1 个删除app/graphql/types/query_type.rb
- doc/development/api_graphql_styleguide.md 4 个添加, 3 个删除doc/development/api_graphql_styleguide.md
- ee/app/graphql/ee/types/ci/runner_type.rb 1 个添加, 1 个删除ee/app/graphql/ee/types/ci/runner_type.rb
- lib/gitlab/graphql/deprecation.rb 12 个添加, 2 个删除lib/gitlab/graphql/deprecation.rb
- spec/lib/gitlab/graphql/deprecation_spec.rb 40 个添加, 13 个删除spec/lib/gitlab/graphql/deprecation_spec.rb
- spec/support/shared_examples/graphql/types/gitlab_style_deprecations_shared_examples.rb 17 个添加, 0 个删除...raphql/types/gitlab_style_deprecations_shared_examples.rb
加载中
想要评论请 注册 或 登录