Skip to content

Instantly share code, notes, and snippets.

@Humoud
Created March 14, 2017 10:02
Show Gist options
  • Save Humoud/330a208460dd6b744c0bda0829558d27 to your computer and use it in GitHub Desktop.
Save Humoud/330a208460dd6b744c0bda0829558d27 to your computer and use it in GitHub Desktop.
#### GraphQL Stuff ####
post '/graphql', to: 'graphql#query'
if Rails.env.development?
mount GraphiQL::Rails::Engine, at: "/graphiql", graphql_path: "/graphql"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment