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

Update graphql.rst #198

Merged
merged 1 commit into from
Apr 22, 2024
Merged

Update graphql.rst #198

merged 1 commit into from
Apr 22, 2024

Conversation

harodggg
Copy link
Contributor

@harodggg harodggg commented Apr 21, 2024

Problems:
The qres object does not have a to_json method.
Solutions:
1. Get the result_data of qres, and then you can use the to_json method.
2. Or process the data by using handle_result, and then use the to_json method.

Problems:
    The qres object does not have a to_json method.
Solutions:
    1. Get the result_data of qres, and then you can use the to_json method.
    2. Process the data by using handle_result, and then use the to_json method.
@FrankC01 FrankC01 merged commit 213f0f4 into FrankC01:main Apr 22, 2024
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.

2 participants