Skip to main content

QueryPredicateInput

No description

1
input QueryPredicateInput {
2
predicate: String
3
arguments: [[String]]
4
namedValues: [QueryPredicateNamedValueInput]
5
}

Fields

predicate ● String scalar common

Specifies the predicate for the Query.

arguments ● [[String]] list scalar common

Specifies the values for argument placeholders in the Query predicate.

namedValues ● [QueryPredicateNamedValueInput] list input common

Specifies particular named argument values.

Member Of

Was this page helpful?

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.