type Person {

}

type Film {
  name: string
  budget: int
}
