Returns a new instance of OneOf.
10 11 12 13 14
# File 'lib/graphql/schema/directive/one_of.rb', line 10 def initialize(...) super owner.extend(IsOneOf) end