Skip to content

Instantly share code, notes, and snippets.

@RyanCCollins
Created October 11, 2016 23:51
Show Gist options
  • Save RyanCCollins/3f5cdae5ad065cfaafbf9ee9efd1ad52 to your computer and use it in GitHub Desktop.
Save RyanCCollins/3f5cdae5ad065cfaafbf9ee9efd1ad52 to your computer and use it in GitHub Desktop.
GraphQL, Rails, React
Rails.application.routes.draw do
devise_for :users
mount GraphiQL::Rails::Engine, at: "/graphiql", graphql_path: "/api"
root to: redirect("/graphiql")
resources :api
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment