Skip to content

Commit 54443b6

Browse files
committed
controllerTemplateFixes
1 parent 75a69c0 commit 54443b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/generators/graphql/templates/controllers/graph_ql_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def execute
99
variables = params[:variables]
1010
end
1111

12-
render json: GraphQL::Query.new(RelaySchema, params[:query], variables: variables, debug: true).result
12+
render json: GraphQL::Query.new(RelaySchema, params[:query], variables: variables).result
1313
end
1414

1515
end

0 commit comments

Comments
 (0)