graph-gophers / graphql-go

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

Allow fragment on interface #589

Closed pavelnikolov closed 1 year ago

pavelnikolov commented 1 year ago

This PR allows fragments on an interface which implements a type.

fixes: #113 closes: #376