ZAP API UI

Component: graphql

Views

optionArgsTypeReturns how arguments are currently specified.
optionCycleDetectionModeReturns the current cycle detection mode for an imported GraphQL schema.
optionLenientMaxQueryDepthEnabledReturns whether or not lenient maximum query generation depth is enabled.
optionMaxAdditionalQueryDepthReturns the current maximum additional query generation depth.
optionMaxArgsDepthReturns the current maximum arguments generation depth.
optionMaxCycleDetectionAlertsReturns the current maximum limit for cycle detection alerts.
optionMaxQueryDepthReturns the current maximum query generation depth.
optionOptionalArgsEnabledReturns whether or not optional arguments are currently specified.
optionQueryGenEnabledReturns whether the query generator is enabled.
optionQuerySplitTypeReturns the current level for which a single query is generated.
optionRequestMethodReturns the current request method.

Actions

importFile (endurl* file* ) Imports a GraphQL Schema from a File.
importUrl (endurl* url ) Imports a GraphQL Schema from a URL.
setOptionArgsType (String* ) Sets how arguments are specified.
setOptionCycleDetectionMode (String* ) Sets the thoroughness of type reference cycle detection in an imported GraphQL schema.
setOptionLenientMaxQueryDepthEnabled (Boolean* ) Sets whether or not Maximum Query Depth is enforced leniently.
setOptionMaxAdditionalQueryDepth (Integer* ) Sets the maximum additional query generation depth (used if enforced leniently).
setOptionMaxArgsDepth (Integer* ) Sets the maximum arguments generation depth.
setOptionMaxCycleDetectionAlerts (Integer* ) Sets the maximum number of alerts raised for detected type reference cycles in an imported schema.
setOptionMaxQueryDepth (Integer* ) Sets the maximum query generation depth.
setOptionOptionalArgsEnabled (Boolean* ) Sets whether or not Optional Arguments should be specified.
setOptionQueryGenEnabled (Boolean* ) Sets whether the query generator is enabled.
setOptionQuerySplitType (String* ) Sets the level for which a single query is generated.
setOptionRequestMethod (String* ) Sets the request method.