Tagged template12345678910import gql from 'graphql-tag';const query = gql` { user(id: 5) { firstName lastName } }`