ZAP API UI

Component: graphql

Views

optionArgsTypeReturns how arguments are currently specified.
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.
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.
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.
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.