creating a query using DSL #315
Labels
type: documentation
An issue or pull request for improving or updating the documentation
type: question or discussion
Issue discussing or asking a question about gql
Hi,
i have the following query
"query {
alertSearch(in: {cql_query: "do this then that}) {
status
reason
}
}"
i'm trying to use DSL to construct the query, is there an example for how to include Input types ? "in" is an input type in the schema
any help is appreciated, thanks
The text was updated successfully, but these errors were encountered: