Hi, I am trying to use GraphQL with supabase using the pg_graphql library but I'm running into an issue.
I am using MacOS Monterey and followed the installation instructions for libgraphql parser (into another directory), then tried running make install in the pg_graphql directory as per this link:
https://supabase.github.io/pg_graphql/installation/
But I keep getting an error saying that GraphQLParser.h is not found as per the below screenshot. Would appreciate any help in solving this, thanks!