GraphQL not working
-
So i have build an Gatsby Website using graphql to extract data from the old website so that i will not be needed to move all that data ( post / pdfs / imgages etc..) manually, anyway. It worked good so far but from yesterday after i update my Node the website stop communicating with the WordPress GraphQL, when i want to access the GraphQL link i keep getting this error and dont know why. It’s not even working on my local wordpress anymore. Same error there too.
{“errors”:[{“message”:”GraphQL Request must include at least one of those two parameters: \”query\” or \”queryId\””,”extensions”:{“category”:”request”}}],”extensions”:{“debug”:[{“type”:”DEBUG_LOGS_INACTIVE”,”message”:”GraphQL Debug logging is not active. To see debug logs, GRAPHQL_DEBUG must be enabled.”}]}}
The page I need help with: [log in to see the link]
- The topic ‘GraphQL not working’ is closed to new replies.