Replies: 1 comment
-
It appears to be a server-side error, so I will be closing this discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
I'm encountering an error when trying to use Automatic Persisted Queries (APQ) together with batch querying in Apollo Angular. The documentation Automatic Persisted Queries (Apollo Angular) -> section More suggests this combination is possible, but I'm receiving the following error:
Observations:
Steps Taken:
I followed the APQ documentation and concatenated
createPersistedQueryLink({sha256})
before the batch link in theAPOLLO_OPTIONS
provider.Request:
Does anyone have an example demonstrating successful use of APQ with batch querying (as suggested in the documentation)?
Alternatively, any suggestions on how to resolve the "query can't be null" error would be appreciated.
Thank you!
Note:
I've replaced sensitive information with bracketed placeholders like [sessionID], [query1], [hashForQuery1], [query2], [hashForQuery2], and [GRAPHQL LINK].
Beta Was this translation helpful? Give feedback.
All reactions