Closed
Description
Describe the bug
Cannot convert object to primitive value while using an open API endpoint.
To Reproduce
Steps to reproduce the behavior:
- https://codesandbox.io/s/elastic-black-hhokf?file=/.meshrc.yaml
- Run the following query
query Search {
searchCollection(collectionName: "collection", searchParameters: {q: "bla"}) {
tookMs
}
}
- You get the following error
{
"errors": [
{
"message": "Cannot convert object to primitive value",
Expected behavior
- For the request to go through, or
- GraphQL Mesh not to start because there is an error in the schema.
Metadata
Metadata
Assignees
Labels
No labels