Help me fix a simple React app that queries a MySQL database with GraphQL.
Budget: $10 – $30 USD
I am creating a React app that queries a MySQL database with GraphQL, but am encountering this error.
Invariant Violation: client.watchQuery cannot be called with fetchPolicy set to "standby"
I need help with solving this error and anything else that is preventing the code from working properly.
There are four tables that store information about books, authors, purchases, and customers.
Author - id, firstName, lastName, books
Book - isbn, author, title, summary, price
Purchase - id, customer, book, purchaseDate
Customer - id, firstName, lastName, purchases
I need to be able to enter in a search box any information about the Author to get books written by the author.
Also to be able to enter information about a Customer to get information about the customer's purchases.
And to be able to enter information about a specific Purchase to get information about the Customer of that purchase and the Books they bought.
I have the SQL database setup and the React app with all of the components, but just need help debugging it.
If interested please include the budget you can complete the project for, as well as the the word "book" in your bid so I know you read the requirements.
Invariant Violation: client.watchQuery cannot be called with fetchPolicy set to "standby"
I need help with solving this error and anything else that is preventing the code from working properly.
There are four tables that store information about books, authors, purchases, and customers.
Author - id, firstName, lastName, books
Book - isbn, author, title, summary, price
Purchase - id, customer, book, purchaseDate
Customer - id, firstName, lastName, purchases
I need to be able to enter in a search box any information about the Author to get books written by the author.
Also to be able to enter information about a Customer to get information about the customer's purchases.
And to be able to enter information about a specific Purchase to get information about the Customer of that purchase and the Books they bought.
I have the SQL database setup and the React app with all of the components, but just need help debugging it.
If interested please include the budget you can complete the project for, as well as the the word "book" in your bid so I know you read the requirements.