Skip to content

Commit

Permalink
Fix code style in GraphQL gateway multiplex spec
Browse files Browse the repository at this point in the history
  • Loading branch information
y9v committed Sep 5, 2024
1 parent d37ff6c commit 35f8ccd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
::GraphQL::Execution::Multiplex.new(
schema: schema,
queries: queries,
context: { :dataloader => GraphQL::Dataloader.new(nonblocking: nil) },
context: { dataloader: GraphQL::Dataloader.new(nonblocking: nil) },
max_complexity: nil
)
end
Expand Down

0 comments on commit 35f8ccd

Please sign in to comment.