File: routes.rb

package info (click to toggle)
ruby-graphiql-rails 1.4.10-1
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm, bullseye, buster
  • size: 6,640 kB
  • sloc: ruby: 226; makefile: 4
file content (3 lines) | stat: -rw-r--r-- 124 bytes parent folder | download
1
2
3
Rails.application.routes.draw do
  mount GraphiQL::Rails::Engine, at: "/graphiql", graphql_path: "/my/graphql/endpoint"
end