Hi there I didn't understand this syntax it's ES6 ...
# prisma-whats-new
e
Hi there I didn't understand this syntax it's ES6 syntax like template litteral syntax?
Copy code
graphql`
  fragment Link_link on Link {
    id
    description
    url
  }
`