This tool validates GraphQL queries against a schema defined using Schema Definition Language (SDL) so that callers know they need to update their GraphQL queries and their GraphQL responders to match the current schema.You can use GraphQL Query Validators as standalone tools to manually validate GraphQL queries or connect it to tools that send or receive messages in GraphQL format to verify that the queries are valid. See Validating Incoming Requests for an example of using validators like this one in a common workflow.
You can attach a GraphQL Query Validator tool to test clients, PVA responders, or other tools that exchange data in GraphQL format.
Select the traffic option you want to validate and choose GraphQL Query Validator then click Finish.
${variable-name} syntax if it's defined in the suite. The resolved URL will be displayed when referencing the variable.When the client executes, an error will be reported if a query does not conform to the SDL.
${variable-name} syntax if it's defined in the suite. The resolved URL will be displayed when referencing the variable.When the client executes, an error will be reported if a query does not conform to the SDL.