Added hierarchy finder for saved replies
This allows for the GraphQL query to fetch all saved replies for the current group and all ancestor groups. https://gitlab.com/gitlab-org/gitlab/-/issues/440817
显示
- doc/api/graphql/reference/index.md 20 个添加, 1 个删除doc/api/graphql/reference/index.md
- ee/app/finders/groups/saved_replies_finder.rb 24 个添加, 0 个删除ee/app/finders/groups/saved_replies_finder.rb
- ee/app/graphql/ee/types/group_type.rb 2 个添加, 3 个删除ee/app/graphql/ee/types/group_type.rb
- ee/app/graphql/resolvers/groups/saved_replies_resolver.rb 27 个添加, 0 个删除ee/app/graphql/resolvers/groups/saved_replies_resolver.rb
- ee/app/models/groups/saved_reply.rb 2 个添加, 0 个删除ee/app/models/groups/saved_reply.rb
- ee/spec/finders/groups/saved_replies_finder_spec.rb 42 个添加, 0 个删除ee/spec/finders/groups/saved_replies_finder_spec.rb
- ee/spec/models/groups/saved_reply_spec.rb 16 个添加, 0 个删除ee/spec/models/groups/saved_reply_spec.rb
- ee/spec/requests/api/graphql/groups/saved_replies_spec.rb 22 个添加, 7 个删除ee/spec/requests/api/graphql/groups/saved_replies_spec.rb
加载中
想要评论请 注册 或 登录