Kofo Okesola
Kofo Okesola
@tonycdot thanks for catching this, I'll push a patch fix to this in a few days
Hi @sixpeteunder haven't been able to commit much to this project due to life commitments. But i intend to update it to support the new laravel versions in the coming...
Revert all changes for this PR and start by modifying the testDefinition constant in the variablevalidation_test.go file, the modification should add a new Grapql Input type object
Can you modify the vairablevalidation_test.go file, the modification should add a new Graphql input type object
concatenate the new Graphql input object you added. to the testDefinition constant defined in the variablevalidation_test.go
remove the testInputType constant and add an extra field to the TestInput, the field should be of type TestInput, name the field "nested"
modify the variablevalidator_test.go file and add a test case. for a query that makes use of the TestInput input type
remove changes to every file except the files in the variablevalidator package
revert all changes to variablevalidator.go to before this PR was created