Add GraphQL custom emoji schema, flagged
This change exposes GraphQL schema that was previously hidden by default so has a Changelog. The old `feature_flag` is deprecated and should be replaced with a flag that toggles the value of fields and behaviour of mutations. This also adds `alpha` as the flag is disabled by default. https://gitlab.com/gitlab-org/gitlab/-/issues/369202 Changelog: added
显示
- app/graphql/mutations/custom_emoji/create.rb 4 个添加, 0 个删除app/graphql/mutations/custom_emoji/create.rb
- app/graphql/mutations/custom_emoji/destroy.rb 4 个添加, 0 个删除app/graphql/mutations/custom_emoji/destroy.rb
- app/graphql/types/group_type.rb 5 个添加, 1 个删除app/graphql/types/group_type.rb
- app/graphql/types/mutation_type.rb 2 个添加, 2 个删除app/graphql/types/mutation_type.rb
- doc/api/graphql/reference/index.md 7 个添加, 3 个删除doc/api/graphql/reference/index.md
- spec/requests/api/graphql/custom_emoji_query_spec.rb 11 个添加, 1 个删除spec/requests/api/graphql/custom_emoji_query_spec.rb
- spec/requests/api/graphql/mutations/custom_emoji/create_spec.rb 14 个添加, 0 个删除...equests/api/graphql/mutations/custom_emoji/create_spec.rb
- spec/requests/api/graphql/mutations/custom_emoji/destroy_spec.rb 14 个添加, 0 个删除...quests/api/graphql/mutations/custom_emoji/destroy_spec.rb
加载中
想要评论请 注册 或 登录