Tim Moses
Tim Moses
What was the output of the actual init script? From the log above, the ssl file doesn't exist so it was never created. I would make sure it exists and...
It seems the graphql-language-service-interface 2.0.2 is the only package still reliant an older dependency of graphql:  It appears [version 2.10.2](https://github.com/graphql/graphiql/tree/main/packages/graphql-language-service-interface#readme), that you added, uses ^15.5.0 || ^16.0.0, which seems...
From the firebase docs, "Prerendering for single page apps to improve SEO. This allows you to create dynamic meta tags for sharing across various social networks." [https://firebase.google.com/docs/hosting/functions]
1.) Can you provide your typescript version and tsconfig file? 2.) What version of node are you using? 3.) Do you have any other build steps involved?
The comment from the link was for adding a custom input type for the actual plugin, vs. using the already existing patch input. The mutation comment is talking about making...
Hmm, I'm not 100% positive as to why it doesn't show the id in the auto complete for the mnPatch. It may have something to do with the identity column...
It appears that key is fine then, from the data above showing it as a type 'p' (primary key). I bet the key doesn't show up in the patch input...
@tteguayco did you try using postgraphile directly to see if they generate the patch input type for this? If they do, that could mean this package may only need an...
Upon first glance, you'll need to integrate with the types I had and update those vs. using "any" types. Using "any" invalidates my effort and all the types I built...
If I'm not mistaken, changing the table names to all have an additional `s` will break my projects using this. So maybe we introduce options and for people that want...