Node documentation
Movie
A movie in the database.
Properties:
title
:(string) - The title of the movieyear
:(integer) - The year the movie was releasedbudget
:(float) - The total budget of the movierating
:(float) - The IMDB rating of the movie
Person
A person who has a role in a movie. This currently encompasses Actors, Directors, and Writers. For more information, see the Relationships page.
Properties:
name
:(string) - The name of the personbirth_year
:(integer) - The year the person was borndeath_year
:(integer) - The year the person diedstart_year
:(integer) - The start year of the person’s active careerend_year
:(integer) - The end year of the person’s active career
Oscar
An Oscar award.
Properties:
category
:(string) - The category of the awardyear
:(integer) - The year the award was given
Genre
A genre of a movie.
Properties:
genre
:(string) - The name of the genre