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

compiler cannot handle comment inside type definition #1

Open
emicklei opened this issue Aug 13, 2019 · 1 comment
Open

compiler cannot handle comment inside type definition #1

emicklei opened this issue Aug 13, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@emicklei
Copy link

Compiling this example

extend type Quotation { # Something here
    priceSummary: PriceSummary!
}

will cause an error because it sees an unexpected "#"

@emicklei
Copy link
Author

this issue should have been reported in the /graphql repo instead.

@Zaba505 Zaba505 transferred this issue from gqlc/gqlc Aug 17, 2019
@Zaba505 Zaba505 self-assigned this Aug 17, 2019
@Zaba505 Zaba505 added the bug Something isn't working label Aug 17, 2019
Zaba505 added a commit that referenced this issue Aug 19, 2019
Zaba505 added a commit that referenced this issue Aug 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants