graphql 0.12.1
Flow Type Fixes:
- Removed
experimental.const_paramsFlow option to ensure support for projects which do not enable this option (#1157, #1160) - Changed
visit()to returnanyinstead ofmixedto reduce the scope of the breaking change of adding Flow types for this function.