Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Character @ in comments are not well transpiled #27

Open
manuelalcantara-natgeo opened this issue Nov 7, 2018 · 0 comments
Open

Character @ in comments are not well transpiled #27

manuelalcantara-natgeo opened this issue Nov 7, 2018 · 0 comments

Comments

@manuelalcantara-natgeo
Copy link

manuelalcantara-natgeo commented Nov 7, 2018

I have a problem transpiling a schema that contains a @ inside a comment, using version 0.18.1

type Query {
  # @code: Code for foo
  getAccessToken(code: String!): String!
  getLoggedUser(): String!
}

It is transpiled as:

type Query {
  # getAccessToken(code: String!): String!
  getLoggedUser(): String!
}

I do not know if it is a bug or the expected behavior.

Thanks for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant