INPUT_OBJECT

Movie

link GraphQL Schema definition

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

link Require by