Skip to content

Instantly share code, notes, and snippets.

@shrirambalakrishnan
Created September 26, 2018 22:11
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/dae347ca29b75d49b0bb0916c0c8cbe3 to your computer and use it in GitHub Desktop.
Save shrirambalakrishnan/dae347ca29b75d49b0bb0916c0c8cbe3 to your computer and use it in GitHub Desktop.
field :movies do
type types[Types::MovieType]
description "Return the first movie"
resolve ->(obj, args, ctx) { Movie.all }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment