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
3 files
+ 4
11
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -21,7 +21,7 @@ class StatusActionType < BaseObject
description: 'Title for the action, for example: Retry.'
def id(parent:)
"#{parent.subject.__getobj__.class.name}-#{parent.id}"
"#{parent.subject.class.name}-#{parent.id}"
end
def action_method
Loading