Skip to content
Snippets Groups Projects

[graphql] Convert to using the new query interpreter runtime

Merged Brett Walker requested to merge bw-graphql-interpreter into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -32,7 +32,7 @@ def resolve(note:, position:)
updated_note = ::Notes::UpdateService.new(
note.project,
current_user,
note_params(note.position, position.to_h)
note_params(note.position, position)
).execute(note)
{
Loading