Skip to content

Instantly share code, notes, and snippets.

@RyanCCollins
Created October 11, 2016 23:52
Show Gist options
  • Save RyanCCollins/37a60eb356f366cc698ee1e42b1a21fb to your computer and use it in GitHub Desktop.
Save RyanCCollins/37a60eb356f366cc698ee1e42b1a21fb to your computer and use it in GitHub Desktop.
field :authUser, AuthUserType do
argument :auth_token, !types.String
resolve -> (obj, args, ctx) do
User.find_by(auth_token: args[:auth_token])
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment