Skip to content

Instantly share code, notes, and snippets.

@msroot
Last active April 22, 2020 02:47
Show Gist options
  • Save msroot/b537194016d1b1b5074321d041150948 to your computer and use it in GitHub Desktop.
Save msroot/b537194016d1b1b5074321d041150948 to your computer and use it in GitHub Desktop.
module Types
class QueryType < Types::BaseObject
field :users, resolver: Resolvers::UsersResolver
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment