-
Notifications
You must be signed in to change notification settings - Fork 345
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
"message": "Unexpected error value: { name: \"SyntaxError\", message: \"Unexpected 'I'\", at: 1, text: \"Invalid Query\" }", #3955
Comments
Could you share a reproduction? Thanks |
Sorry I need a reproduction on CodeSandbox, StackBlitz or at least in a repo. Screenshots don't help. |
Hi @ardatan , It's my private office Repo... So that graphql service is not accessible for me.... Any other option from your end.... The only problem when I call two times in same yaml file.... May I am available for a call any time .. just 5 mins |
Closed
Closed
This was referenced Apr 30, 2024
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
I am merging two API's in a same host using GraphQL. I followed what I done last time with Normal Openspec same thing I followed Here as well. But I am facing an issue like "Unexpected error value: { name: "SyntaxError". I am not sure Anything I added Wrong?
I am adding Code as well Anyone can take a look and give your inupt.
Code:
**_sources:
name: ScoopsSearch
handler:
graphql:
endpoint: http://localhost:8080/profiles/graphql/ScoopsSearch
baseUrl: http://localhost:8080/
operationHeaders:
user: "{env.user}"
x-zisession: "{env.x-zisession}"
x-ziid: "{env.x-ziid}"
x-ziaccesstoken: "{env.x-ziaccesstoken}"
name: FacetsSearch
handler:
graphql:
endpoint: http://localhost:8080/profiles/graphql/facets
baseUrl: http://localhost:8080/
operationHeaders:
user: "{env.user}"
x-zisession: "{env.x-zisession}"
x-ziid: "{env.x-ziid}"
x-ziaccesstoken: "{env.x-ziaccesstoken}"_**
The text was updated successfully, but these errors were encountered: