You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(QueryParser): add support for interpolation at document level.
apollo client uses interpolation to include fragments definitions
see http://dev.apollodata.com/react/fragments.html
fix(query validation): fix sub field error coming even for scalar fie…
…lds.
upgrading to graphql v0.9.3 broke the patched ScalarLeaf rule.
As there are no test cases for query validation CI build doesnt failed.
changes
- change patched rules to wrap original rule and change only part required.
This will reduce syncing rules with original.
- add test cases for query validation.