Gatsby – GraphQL – StaticQuery tag – site fails to compile due to strange behavior with query string – SEO
I'm trying to do a simple GraphQL query of my gatsby site's wordpress db and render the results. However, the site fails to compile with some perplexing errors. If I have the query in a multi-line string (standard for graphql…