runCustomAnalyzer No description available. Arguments Argument Type Description input (required) RunCustomAnalyzerInput! Returns RunCustomAnalyzerReply! Sample QueryVariablesExample Response mutation RunCustomAnalyzer($input: RunCustomAnalyzerInput!) { runCustomAnalyzer(input: $input) } { "input": {} } { "data": { "runCustomAnalyzer": { "matches": [ { "endIndex": 0, "startIndex": 0 } ] } } }