2023/03/13 10:02:09 AM UTC
module Mutations class HogeMutation < GraphQL::Schema::RelayClassicMutation argument :hoge, string, required: true end def resolve(**args) end end
って書いてずっと resolve を実行しろってエラーになってて、いや書いてるやんっておもってたけど、classの外に書いてることにまじで気付かなかった。
2023/03/13 10:03:00 AM UTC