I have a react / express / postgraphile / relay project and recently upgraded all my packages to the latest to see what would break. I got through most bugs except this relay-compiler error Invalid AST Node
which seems to be related to graphql 16. I down graded to v15 and everything works now, but I'm just curious if the bad blood is between relay-compiler and graphql or maybe in how postgraphile is generating my schema.sql?
TL;DR
Is relay-compiler 12 usable with graphql 16?