pleroma.tenjuu.net

module Mutations
  class HogeMutation  < GraphQL::Schema::RelayClassicMutation
    argument :hoge, string, required: true
  end
  def resolve(**args) end
end

って書いてずっと resolve を実行しろってエラーになってて、いや書いてるやんっておもってたけど、classの外に書いてることにまじで気付かなかった。

replies
1
announces
1
likes
0

自分があほなだけなのか、階層的な表現に問題があるのか