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
0
Compare changes
  • Side-by-side
  • Inline
@@ -21,6 +21,7 @@ class StatusActionType < BaseObject
description: 'Title for the action, for example: Retry.'
def id(parent:)
# parent is a SimpleDelegator
"#{parent.subject.class.name}-#{parent.id}"
end
Loading