StaffEdge
Staff connection edge
type StaffEdge {
  node: Staff
  id: Int
  role: String
  favouriteOrder: Int
}
Fields
StaffEdge.node ● Staff object
StaffEdge.id ● Int scalar
The id of the connection
StaffEdge.role ● String scalar
The role of the staff member in the production of the media
StaffEdge.favouriteOrder ● Int scalar
The order the staff should be displayed from the users favourites
Member Of
MediaSubmissionComparison object ● StaffConnection object