-
- Downloads
Adds external author to note type
Allows to fetch the external author of a note if present. Changelog: added
Showing
- app/graphql/resolvers/noteable/notes_resolver.rb 1 addition, 1 deletionapp/graphql/resolvers/noteable/notes_resolver.rb
- app/graphql/types/notes/note_type.rb 5 additions, 2 deletionsapp/graphql/types/notes/note_type.rb
- app/presenters/note_presenter.rb 10 additions, 0 deletionsapp/presenters/note_presenter.rb
- app/serializers/note_entity.rb 3 additions, 11 deletionsapp/serializers/note_entity.rb
- doc/api/graphql/reference/index.md 1 addition, 0 deletionsdoc/api/graphql/reference/index.md
- spec/graphql/types/notes/note_type_spec.rb 16 additions, 3 deletionsspec/graphql/types/notes/note_type_spec.rb
- spec/presenters/note_presenter_spec.rb 10 additions, 0 deletionsspec/presenters/note_presenter_spec.rb
- spec/serializers/note_entity_spec.rb 2 additions, 40 deletionsspec/serializers/note_entity_spec.rb
- spec/support/shared_examples/graphql/notes_on_noteables_shared_examples.rb 6 additions, 0 deletions...ed_examples/graphql/notes_on_noteables_shared_examples.rb
Please register or sign in to comment