Skip to content

runCustomAnalyzer

No description available.

Arguments

Argument Type Description
input (required) RunCustomAnalyzerInput!

Returns

RunCustomAnalyzerReply!

Sample

mutation RunCustomAnalyzer($input: RunCustomAnalyzerInput!) {
  runCustomAnalyzer(input: $input)
}
{
  "input": {}
}
{
  "data": {
    "runCustomAnalyzer": {
      "matches": [
        {
          "endIndex": 0,
          "startIndex": 0
        }
      ]
    }
  }
}