spring-projects / spring-graphql

Spring Integration for GraphQL
https://spring.io/projects/spring-graphql
Apache License 2.0
1.52k stars 300 forks source link

Allow passing Map of variables in GraphQlTester #969

Closed kutlueren closed 4 months ago

kutlueren commented 4 months ago

This PR implements a new method by overriding variable to accept a map as parameter. Then adds the values using putAll method as bulk. A unit test is also created to assert the change.

pivotal-cla commented 4 months ago

@kutlueren Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-cla commented 4 months ago

@kutlueren Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-cla commented 4 months ago

@kutlueren Thank you for signing the Contributor License Agreement!

kutlueren commented 4 months ago

@rstoyanchev thanks for tackling it!