1) The query string (graphqlQuery) is not properly formatted. It contains line breaks and indentation, which is not allowed in a JavaScript string. It should be a single-line string or use string concatenation for multi-line queries.
2) The variable papersowl2 in the customLinks object is missing quotes around it.
1) The query string (graphqlQuery) is not properly formatted. It contains line breaks and indentation, which is not allowed in a JavaScript string. It should be a single-line string or use string concatenation for multi-line queries.
2) The variable papersowl2 in the customLinks object is missing quotes around it.