You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# frozen_string_literal: truemoduleTypesmoduleSomeInterfaceTypeincludeTypes::BaseInterfacefield:field_one,String,null: falsefield:field_two,String,null: truedeffield_one# do somethingenddeffield_two# do something elseendendend
Thanks for the quick response. Our config uses define_resolver_after_definition, so the PR doesn't help since it only runs if the style is group_definitions.
with
Produces no warnings or diffs, presumably because it's only looking for classes that inherit from
GraphQL::Schema::Object
, and not modules?cc @ravangen @toneymathews I think you've been looking at this cop recently, not sure if you have any insight? Also, hi, hope everything is good!
cc @exterm
The text was updated successfully, but these errors were encountered: