the world runs on brownie points now, prepare accordingly
import gql from 'graphql-tag';
export default gql`
query Blah($var: VarType!) {
blah(var: $var) {
id
etc
}
}
`;
I like it. Not confusing to me or anyone on my team. To each their own.