It's impressive that the entire thing is in pl/pgsql (apart from parsing).
Have you considered any other implementation strategies (C native extension, any other pl/* or maybe running an out of PostgreSQL process which does GraphQL to SQL compilation)?
Postgraphile uses a naming convention for postgres functions to extend the GraphQL schema [1].
Do you have any plans to support a similar mechanism in pg_graphql?
[1]: https://www.graphile.org/postgraphile/functions/