Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 127 Bytes

File metadata and controls

7 lines (7 loc) · 127 Bytes
type Character {
  name: String
  homeWorld: Planet
  friends: [Character]
}