wayfair-incubator / gqmock

Project generated via @wayfair-incubator oss-template
MIT License
6 stars 2 forks source link

deep compare operation arguments #10

Closed gnunneley closed 2 years ago

gnunneley commented 2 years ago

Description

Operation matching works on primitive key/value pairs but fails when comparing arrays/objects. This PR updates the matching logic to perform a deep compare on operation argument values.

Type of Change

Checklist