haskell-graphql / graphql-api

Write type-safe GraphQL services in Haskell
BSD 3-Clause "New" or "Revised" License
406 stars 35 forks source link

Consistent name for union type definitions #164

Closed jml closed 6 years ago

jml commented 6 years ago

Fixes #95

I kept DefinesTypes because it's not the same as all the API type classes. I still have no idea what on earth BuildFieldResolver does. Pretty sketchy on RunUnion and RunFields too.