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
Describe the bug
I'm trying to connect to a GraphQL service that require us to pass an identifier through the querystring in the url. The url looks something like this: https://app.myservice.com/api/graphql?myIdentifier=SomeString. When I save and test the datasource an error is shown stating that we receive a http-response with status code 400. I have to inspect the network traffic to find the error returned from the service, which in turn states something in the lines of "myIdentifier can not be empty"
Expected behavior
I expect the service to accept the request according to the query parameters set in the url
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm trying to connect to a GraphQL service that require us to pass an identifier through the querystring in the url. The url looks something like this:
https://app.myservice.com/api/graphql?myIdentifier=SomeString
. When I save and test the datasource an error is shown stating that we receive a http-response with status code 400. I have to inspect the network traffic to find the error returned from the service, which in turn states something in the lines of "myIdentifier can not be empty"Expected behavior
I expect the service to accept the request according to the query parameters set in the url
Screenshots
The text was updated successfully, but these errors were encountered: