Skip to content

Instantly share code, notes, and snippets.

@msroot
Created April 27, 2020 15:52
Show Gist options
  • Save msroot/bac90c0acf43dd519be18c263a42e5d8 to your computer and use it in GitHub Desktop.
Save msroot/bac90c0acf43dd519be18c263a42e5d8 to your computer and use it in GitHub Desktop.
module Resolvers
class UsersResolver < Resolvers::BaseSearchResolver
create_connection_for(User)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment