Error:
Please make sure that your Hasura project is properly setup.
Error details: ${"graphQLErrors":[{"extensions":{"path":"$.selectionSet.todo.selectionSet.done","code":"validation-failed"},"message":"field \"done\" not found in type: 'todo'"}],"networkError":null,"message":"GraphQL error: field \"done\" not found in type: 'todo'"}
Cause: The GET_TODOS query includes a field done which is not included in the README
Fix: Update README.md to include the new row in the todo table.
This starter is awesome, thanks.
Error:
Cause: The
GET_TODOSquery includes a field done which is not included in the READMEFix: Update README.md to include the new row in the todo table.
This starter is awesome, thanks.