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

GraphQL request not detected if starts with comment #127

Closed
execveat opened this issue Sep 22, 2023 · 0 comments
Closed

GraphQL request not detected if starts with comment #127

execveat opened this issue Sep 22, 2023 · 0 comments

Comments

@execveat
Copy link
Contributor

Some client libraries are generating GraphQL requests that start with comment, e.g.

#graphql
query SomeQuery {
    ...something
}

InQL does not parse these requests as GraphQL right now, this should be fixed.

lokiuox added a commit that referenced this issue Oct 22, 2023
@lokiuox lokiuox closed this as completed Oct 22, 2023
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

2 participants