helper_scripts/templates/component_graphql.hbs

Summary

Maintainability
Test Coverage
query getPost($postId: ID!) {
  Post(id: $postId) {
    title
  }
}