Error: ./src/components/CreateLink.js Syntax erro...
# prisma-whats-new
e
Error: ./src/components/CreateLink.js Syntax error: Unexpected token (59:6) 57 | 58 |
59 | const CREATE_LINK_MUTATION = gql`
| ^ 60 | mutation CreateLinkMutation($description: String!, $url: String!, $postedById: ID!) { 61 | createLink( 62 | description: $description, file is here: https://github.com/erichodges/react-gql-tutorial/blob/master/hackernews-react-apollo/src/components/CreateLink.js
l
You forgot as closing } for the class.
Line 57 should have a }
e
Cool, thank you!