We should port the `FragmentsOnCompositeTypesRule` from the reference implementation. Code is here: https://github.com/graphql/graphql-js/blob/main/src/validation/rules/FragmentsOnCompositeTypesRule.js Details on porting are here: https://github.com/mwildehahn/hack-graphql/issues/93
We should port the
FragmentsOnCompositeTypesRulefrom the reference implementation.Code is here: https://github.com/graphql/graphql-js/blob/main/src/validation/rules/FragmentsOnCompositeTypesRule.js
Details on porting are here: #93