Skip to content

Instantly share code, notes, and snippets.

@shrirambalakrishnan
Created September 26, 2018 22:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shrirambalakrishnan/924a12b637934ebf1c698e0dd38e4b3f to your computer and use it in GitHub Desktop.
Save shrirambalakrishnan/924a12b637934ebf1c698e0dd38e4b3f to your computer and use it in GitHub Desktop.
field :first_movie do
type Types::MovieType
description "Return the first movie"
resolve ->(obj, args, ctx) { Movie.first }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment