You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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
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.
The text was updated successfully, but these errors were encountered: