-
-
Notifications
You must be signed in to change notification settings - Fork 787
Open
Labels
Description
Product
Nitro
Version
28.x
Link to minimal reproduction
N/A
Steps to reproduce
Add a querystring parameter to the Http Endpoint in Connection Settings, f.e: https://api.test.com/graphql?ocp=abcdef
What is expected?
SDL Schema Probe should use URL: https://api.test.com/graphql/schema.graphql?ocp=abcdef
What is actually happening?
SDL Schema Probe tries to retrieve https://api.test.com/graphql?ocp=abcdef/schema.graphql