class GraphQL::UnionType::AcceptPossibleTypesDefinition
Rubocop was unhappy about the syntax when this was a proc literal
def self.call(target, possible_types, options = {})
def self.call(target, possible_types, options = {}) target.add_possible_types(possible_types, **options) end