I'm using Gatsby's Gatsby-theme-portfolio and I get an error in graphql query only when I try to build the gatsby site.
There was an error in your GraphQL query:
Response not successful: Received status code 401
1 | query cUsersLeviDesktopGatsbyPortfolionodeModulesgatsbyThemePortfoliosrccomponentslandingProjectsindexJsx3489004344 {
2 | github {
> 3 | viewer {
| ^
4 | repositories(first: 8, orderBy: {field: STARGAZERS, direction: DESC}) {
5 | edges {
6 | node {
7 | id
8 | name
9 | url
10 | description
11 | stargazers {
12 | totalCount
13 | }