Queries

Staff

Staff query

Staff query

Staff(
  id: Int
  isBirthday: Boolean
  search: String
  id_not: Int
  id_in: [Int]
  id_not_in: [Int]
  sort: [StaffSort]
): Staff

Arguments

Staff.id ● Int scalar

Filter by the staff id

Staff.isBirthday ● Boolean scalar

Filter by staff by if its their birthday today

Staff.search ● String scalar

Filter by search query

Staff.id_not ● Int scalar

Filter by the staff id

Staff.id_in ● Int list scalar

Filter by the staff id (max 10,000 items)

Staff.id_not_in ● Int list scalar

Filter by the staff id (max 10,000 items)

Staff.sort ● StaffSort list enum

The order the results will be returned in

Type

Staff object

Voice actors or production staff

Copyright © 2026