I have searched for what seems like days and the documentation on WpGraphql is not really that good. I have tried reading the WpGraphql documentation to find how to connect a custom DB Table to WpGraphql. I have also tried to find tutorials or Github repos that have the tags that I am looking for, but I have had no luck.
Essentially, I am trying to use React-Hook-Form as the forms on my site and I want to create custom database tables for each form so I can have better control over the extraction of data than I do now with my site using Gravity Forms. I have insane queries and i would like to simplify my life and make them easier to maintain.
Does anyone know how to or can you point me in the direction of a tutorial in order to accomplish this? I appreciate any help in advance.