Deleted useless debugging comment
This commit is contained in:
@@ -2,8 +2,6 @@ class GraphqlController < ApplicationController
|
|||||||
authorize_resource :proposal
|
authorize_resource :proposal
|
||||||
|
|
||||||
def query
|
def query
|
||||||
#puts "I'm the GraphqlController inside the #query action!!"
|
|
||||||
|
|
||||||
render json: ConsulSchema.execute(
|
render json: ConsulSchema.execute(
|
||||||
params[:query],
|
params[:query],
|
||||||
variables: params[:variables] || {}
|
variables: params[:variables] || {}
|
||||||
|
|||||||
Reference in New Issue
Block a user