When exploring some graphql I stumbled over it’s quite special syntax for defining a query gql`query`
. Now this seemed like a nice shorthand way of expressing an inline query, but I just couldn’t understand which construct made this possible. Typescript? Ecmascript 2016? Or maybe some other feature?