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

Read json responses #11

Open
srkirkland opened this issue Jul 19, 2022 · 1 comment
Open

Read json responses #11

srkirkland opened this issue Jul 19, 2022 · 1 comment

Comments

@srkirkland
Copy link
Member

I’d like to be able to view the actionRequestPayload which is returned from some queries. It’s plain JSON, and our API lib chokes on trying to read it back. I think it tried to parse it or something. Could probably be solved by making the JSON type just resolve to a string, or maybe there are better ways. Might be fun to try to determine, but also could be a rabbit hole of the .net graphQL provider.

@jSylvestre
Copy link
Member

@srkirkland Looking into this, I saw you contributed something to their code, not sure if it was related, but I think we want our own scalar that just returns the raw JSON?
GetRawText

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