Skip to content

Commit

Permalink
Merge pull request #1312 from alphagov/update-graphql-pact
Browse files Browse the repository at this point in the history
Use snake cased GraphQL argument
  • Loading branch information
brucebolt authored Dec 18, 2024
2 parents 5bf6576 + 4582b3f commit eb6846a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pacts/publishing_api/graphql_query_pact_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
it "returns the response to the query" do
query = <<~QUERY
{
edition(basePath: "/my-document") {
edition(base_path: "/my-document") {
... on Edition {
title
}
Expand Down

0 comments on commit eb6846a

Please sign in to comment.