convert remoteDoc.document
if string
#851
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The specific remote document url I am having issues with is https://digstsgql.magentahosted.dk/graphql?query=query+MyQuery%7Borganisations%7BregisteredBusinessCode%7D%7D:
Following the Link header:
The playground does not seem to treat the first response as JSON, and so it is unable to inject the Link header into the document (
"@context": "<url>"
). It never even attempts to retrieve the JSON-LD document from the Link header.The first commit adds an error to the console in this case (this took a while to realise), while the second commit converts the string to a proper object, fixing the issue. I do not understand why this document is not already of the correct type. Perhaps it has to do with using the legacy
XMLHttpRequest
API rather thanfetch
, but I am not sure.main @ ffd3d11:
https://json-ld.org/playground/#startTab=tab-expanded&json-ld=https%3A%2F%2Fdigstsgql.magentahosted.dk%2Fgraphql%3Fquery%3Dquery%2BMyQuery%257Borganisations%257BregisteredBusinessCode%257D%257D
After PR:
https://digstsgql.magentahosted.dk/json-ld.org/playground/#startTab=tab-expanded&json-ld=https%3A%2F%2Fdigstsgql.magentahosted.dk%2Fgraphql%3Fquery%3Dquery%2BMyQuery%257Borganisations%257BregisteredBusinessCode%257D%257D