try on curl to see
curl
-X POST
-H "Content-Type: application/json"
--data '{ "query": "query { users { id, role } } " }'
http://localhost:3000/graphql
the most awesome thing about plyaing with graphql and ocaml is because they are really idiomatic together