INPUT_OBJECT
input Movie {# The title of the movietitle: String!# The year that the movie was released.# # This is needed because there are multiple versions/remake of a film so the year # is requiredyear: String!}