{{#each operations }}
  export const {{camelCase name}} =  /* GraphQL */`{{#format }}
      {{> renderOp }}
    {{/format}}`;
{{/each}}
