Method: GraphQL::Introspection::TypeType#of_type

Defined in:
lib/graphql/introspection/type_type.rb

#of_typeObject



103
104
105
# File 'lib/graphql/introspection/type_type.rb', line 103

def of_type
  @object.kind.wraps? ? @object.of_type : nil
end