andreas / ocaml-graphql-server

GraphQL servers in OCaml
MIT License
624 stars 60 forks source link

__type field #163

Closed andreas closed 5 years ago

andreas commented 5 years ago

This PR adds the field __type(name: String!) to the top-level query object.

Todo:

closes #161