graph-gophers / graphql-go

GraphQL server with a focus on ease of use
BSD 2-Clause "Simplified" License
4.65k stars 492 forks source link

Apply PossibleFragmentSpreadsRule #639

Closed dackroyd closed 6 months ago

dackroyd commented 6 months ago

Enabling PossibleFragmentSpreadsRule tests, ensuring that behaviour is consistent with graphql-js. A minor issue where a failure should be reported by the FragmentsOnCompositeTypesRule rule instead is skipped, and can be addressed at a later point.