Skip to main content

NormalizedShowCreator

Shallow representation of a Role (creator) for a NormalizedShow.

See: Role

type NormalizedShowCreator {
personDisplayName: String
personId: String!
personName: String!
role: String!
roleId: String!
roleName: String
}

Fields

NormalizedShowCreator.personDisplayName ● String scalar references

NormalizedShowCreator.personId ● String! non-null scalar references

NormalizedShowCreator.personName ● String! non-null scalar references

NormalizedShowCreator.role ● String! non-null scalar references

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

NormalizedShowCreator.roleId ● String! non-null scalar references

NormalizedShowCreator.roleName ● String scalar references

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

Member Of

NormalizedShow object