Skip to main content

Role

Role of a person in the creation of content.

See: Person

type Role {
deleted: Boolean
id: String!
person: Person!
personId: String!
role: String!
roleName: String
show: Show
showId: String
stationShow: StationShow
stationShowId: String
}

Fields

Role.deleted ● Boolean scalar references

Role.id ● String! non-null scalar references

Role.person ● Person! non-null object references

Role.personId ● String! non-null scalar references

Role.role ● String! non-null scalar references

Description of role (e.g., "actor", "director", "writer", etc.).

Role.roleName ● String scalar references

Name of the role (e.g., an actor's character name).

Role.show ● Show object references

Role.showId ● String scalar references

Role.stationShow ● StationShow object references

Role.stationShowId ● String scalar references

Returned By

createRole mutation ● deleteRole mutation ● role query ● roles query ● softDeleteRole mutation ● updateRole mutation

Member Of

Person object ● Show object ● StationShow object