Expose abuse report notes in GraphQL endpoint
- add the endpoint - refactor existing NoteType and Discussion - extract the mutual fields and methods to the graphql interface Changelog: added
显示
- app/assets/javascripts/admin/abuse_report/components/notes/abuse_report_note.vue 1 个添加, 1 个删除...admin/abuse_report/components/notes/abuse_report_note.vue
- app/assets/javascripts/admin/abuse_report/graphql/notes/abuse_report_note.fragment.graphql 1 个添加, 5 个删除...e_report/graphql/notes/abuse_report_note.fragment.graphql
- app/assets/javascripts/admin/abuse_report/graphql/notes/abuse_report_note_permissions.fragment.graphql 0 个添加, 3 个删除...phql/notes/abuse_report_note_permissions.fragment.graphql
- app/assets/javascripts/admin/abuse_report/graphql/notes/create_abuse_report_note.mutation.graphql 0 个添加, 7 个删除...t/graphql/notes/create_abuse_report_note.mutation.graphql
- app/assets/javascripts/admin/abuse_report/graphql/notes/update_abuse_report_note.mutation.graphql 0 个添加, 5 个删除...t/graphql/notes/update_abuse_report_note.mutation.graphql
- app/assets/javascripts/graphql_shared/possible_types.json 10 个添加, 1 个删除app/assets/javascripts/graphql_shared/possible_types.json
- app/graphql/resolvers/noteable/notes_resolver.rb 0 个添加, 3 个删除app/graphql/resolvers/noteable/notes_resolver.rb
- app/graphql/types/abuse_report_type.rb 5 个添加, 2 个删除app/graphql/types/abuse_report_type.rb
- app/graphql/types/notes/abuse_report/discussion_type.rb 23 个添加, 0 个删除app/graphql/types/notes/abuse_report/discussion_type.rb
- app/graphql/types/notes/abuse_report/note_type.rb 27 个添加, 0 个删除app/graphql/types/notes/abuse_report/note_type.rb
- app/graphql/types/notes/base_discussion_interface.rb 27 个添加, 0 个删除app/graphql/types/notes/base_discussion_interface.rb
- app/graphql/types/notes/base_note_interface.rb 65 个添加, 0 个删除app/graphql/types/notes/base_note_interface.rb
- app/graphql/types/notes/discussion_type.rb 1 个添加, 16 个删除app/graphql/types/notes/discussion_type.rb
- app/graphql/types/notes/note_type.rb 3 个添加, 49 个删除app/graphql/types/notes/note_type.rb
- app/graphql/types/notes/noteable_interface.rb 0 个添加, 5 个删除app/graphql/types/notes/noteable_interface.rb
- app/models/anti_abuse/reports/discussion.rb 2 个添加, 0 个删除app/models/anti_abuse/reports/discussion.rb
- app/models/anti_abuse/reports/note.rb 13 个添加, 0 个删除app/models/anti_abuse/reports/note.rb
- app/models/concerns/notes/discussion.rb 1 个添加, 1 个删除app/models/concerns/notes/discussion.rb
- app/models/note.rb 4 个添加, 0 个删除app/models/note.rb
- app/policies/anti_abuse/reports/note_policy.rb 9 个添加, 0 个删除app/policies/anti_abuse/reports/note_policy.rb
加载中
想要评论请 注册 或 登录