We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b17428 commit 92b15f3Copy full SHA for 92b15f3
spec/graphql/query_spec.rb
@@ -935,7 +935,7 @@ def self.visible?(member, ctx)
935
end
936
937
938
- warden = GraphQL::Schema::Warden.new(schema: schema_class, context: nil)
+ warden = GraphQL::Schema::Warden.new(schema: schema_class, context: {})
939
res = Jazz::Schema.execute("{ __typename } ", warden: warden)
940
assert_equal ["Schema is not configured for queries"], res["errors"].map { |e| e["message"] }
941
0 commit comments