Added group saved replies GraphQL mutations
Adds mutations to create, update, and destroy group saved replies. https://gitlab.com/gitlab-org/gitlab/-/issues/440817
显示
- app/graphql/mutations/saved_replies/base.rb 0 个添加, 4 个删除app/graphql/mutations/saved_replies/base.rb
- app/graphql/mutations/saved_replies/create.rb 2 个添加, 9 个删除app/graphql/mutations/saved_replies/create.rb
- app/graphql/mutations/saved_replies/destroy.rb 0 个添加, 6 个删除app/graphql/mutations/saved_replies/destroy.rb
- app/graphql/mutations/saved_replies/update.rb 0 个添加, 6 个删除app/graphql/mutations/saved_replies/update.rb
- app/graphql/mutations/users/saved_replies/create.rb 20 个添加, 0 个删除app/graphql/mutations/users/saved_replies/create.rb
- app/graphql/mutations/users/saved_replies/destroy.rb 19 个添加, 0 个删除app/graphql/mutations/users/saved_replies/destroy.rb
- app/graphql/mutations/users/saved_replies/update.rb 19 个添加, 0 个删除app/graphql/mutations/users/saved_replies/update.rb
- app/graphql/types/mutation_type.rb 3 个添加, 3 个删除app/graphql/types/mutation_type.rb
- doc/api/graphql/reference/index.md 73 个添加, 0 个删除doc/api/graphql/reference/index.md
- ee/app/graphql/ee/types/mutation_type.rb 3 个添加, 0 个删除ee/app/graphql/ee/types/mutation_type.rb
- ee/app/graphql/mutations/groups/saved_replies/create.rb 26 个添加, 0 个删除ee/app/graphql/mutations/groups/saved_replies/create.rb
- ee/app/graphql/mutations/groups/saved_replies/destroy.rb 19 个添加, 0 个删除ee/app/graphql/mutations/groups/saved_replies/destroy.rb
- ee/app/graphql/mutations/groups/saved_replies/update.rb 19 个添加, 0 个删除ee/app/graphql/mutations/groups/saved_replies/update.rb
- ee/app/policies/ee/group_policy.rb 3 个添加, 0 个删除ee/app/policies/ee/group_policy.rb
- ee/spec/policies/group_policy_spec.rb 6 个添加, 6 个删除ee/spec/policies/group_policy_spec.rb
- ee/spec/requests/api/graphql/groups/saved_replies/create_spec.rb 67 个添加, 0 个删除.../requests/api/graphql/groups/saved_replies/create_spec.rb
- ee/spec/requests/api/graphql/groups/saved_replies/destroy_spec.rb 57 个添加, 0 个删除...requests/api/graphql/groups/saved_replies/destroy_spec.rb
- ee/spec/requests/api/graphql/groups/saved_replies/update_spec.rb 60 个添加, 0 个删除.../requests/api/graphql/groups/saved_replies/update_spec.rb
- spec/graphql/mutations/users/saved_replies/create_spec.rb 6 个添加, 6 个删除spec/graphql/mutations/users/saved_replies/create_spec.rb
- spec/graphql/mutations/users/saved_replies/destroy_spec.rb 3 个添加, 3 个删除spec/graphql/mutations/users/saved_replies/destroy_spec.rb
加载中
想要评论请 注册 或 登录