OBJECT
Storage for keeping keys and values
type Storage {# Stored keykey: String! # Stored valuevalue: String! }