We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81efc28 commit 227dff0Copy full SHA for 227dff0
spec/tester_ar/app/controllers/graphql_controller.rb
@@ -1,6 +1,8 @@
1
# frozen_string_literal: true
2
3
class GraphqlController < ApplicationController
4
+ skip_before_action :verify_authenticity_token
5
+
6
def execute
7
variables = ensure_hash(params[:variables])
8
query = params[:query]
0 commit comments