Files
grecia/config/routes/graphql.rb
2019-03-15 10:29:07 +01:00

4 lines
146 B
Ruby

get "/graphql", to: "graphql#query"
post "/graphql", to: "graphql#query"
mount GraphiQL::Rails::Engine, at: "/graphiql", graphql_path: "/graphql"