Skip to content

Instantly share code, notes, and snippets.

@maxloncar
Created March 9, 2023 13:28
Show Gist options
  • Save maxloncar/bb3ee4828470dea771a09640e17d8af9 to your computer and use it in GitHub Desktop.
Save maxloncar/bb3ee4828470dea771a09640e17d8af9 to your computer and use it in GitHub Desktop.
Routes
Rails.application.routes.draw do
if Rails.env.development?
mount GraphiQL::Rails::Engine, at: "/graphiql", graphql_path: "graphql#execute"
end
post "/graphql", to: "graphql#execute"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment