Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 256 Bytes

File metadata and controls

21 lines (21 loc) · 256 Bytes
{
  hero {
    name
    friends {
      name
      homeWorld {
        name
        climate
      }
      species {
        name
        lifespan
        origin {
          name
        }
      }
    }
  }
}