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

Fix: nested escaping #4918

Merged
merged 2 commits into from
Dec 27, 2022
Merged

Fix: nested escaping #4918

merged 2 commits into from
Dec 27, 2022

Conversation

Meldiron
Copy link
Contributor

What does this PR do?

This query didnt work:

query {
    databasesListDocuments(
        databaseId: "63ab3cb73e378bd801e1",
        collectionId: "63ab3cb92b52aefc4a9b"
    ) {
        total
        documents {
	     _id
	}
    }
}

Not it does

Test Plan

  • Manual QA

Related PRs and Issues

x

Have you added your change to the Changelog?

No.

Have you read the Contributing Guidelines on issues?

Yes

@eldadfux eldadfux merged commit 4d9901b into master Dec 27, 2022
@stnguyen90 stnguyen90 deleted the fix-nested-graphql-escaping branch February 14, 2023 00:35
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

Successfully merging this pull request may close these issues.

None yet

3 participants