When running ``` apollo-codegen generate **/*.graphql --schema schema.json --target typescript --addTypename --output operation-result-types.ts ``` If there are string descriptors in a `.graphql` files `"this is my comment"` Then an error is thrown of ``` Unexpected String "this is my comment" ``` See - https://github.com/Swydo/meteor-graphql/issues/12#issuecomment-352675055 - https://github.com/graphql/graphql-js/pull/927