Remove confidential attribute from Note
After the announcement in 15.5 that we rename `confidential` to `internal` for notes, we now remove the `confidential` attribute on the GraphQL API for `Notes`. It's no longer possible to create notes using `confidential` and it's also no longer possible to query `confidential` on notes. As a replacement, use the `internal` field. Changelog: removed
显示
- app/graphql/mutations/notes/create/base.rb 1 个添加, 7 个删除app/graphql/mutations/notes/create/base.rb
- app/graphql/types/notes/note_type.rb 0 个添加, 10 个删除app/graphql/types/notes/note_type.rb
- data/deprecations/15-5-confidential-field-on-notes.yml 1 个添加, 1 个删除data/deprecations/15-5-confidential-field-on-notes.yml
- doc/api/graphql/reference/index.md 0 个添加, 5 个删除doc/api/graphql/reference/index.md
- doc/update/deprecations.md 14 个添加, 14 个删除doc/update/deprecations.md
- ee/spec/requests/api/graphql/mutations/notes/create/note_spec.rb 0 个添加, 6 个删除.../requests/api/graphql/mutations/notes/create/note_spec.rb
- spec/graphql/types/notes/note_type_spec.rb 0 个添加, 1 个删除spec/graphql/types/notes/note_type_spec.rb
- spec/requests/api/graphql/mutations/notes/create/note_spec.rb 0 个添加, 12 个删除.../requests/api/graphql/mutations/notes/create/note_spec.rb
- spec/support/shared_examples/graphql/notes_creation_shared_examples.rb 0 个添加, 1 个删除...shared_examples/graphql/notes_creation_shared_examples.rb
加载中
想要评论请 注册 或 登录