class GraphQL::Introspection::BaseObject
def self.field(*args, **kwargs, &block)
def self.field(*args, **kwargs, &block) kwargs[:introspection] = true super(*args, **kwargs, &block) end
def self.inherited(child_class)
def self.inherited(child_class) child_class.introspection(true) end