When false, the query string must not contain any literals and instead must bind all values. For example, SELECT * FROM Kind WHERE a = 'string literal' is not allowed, while SELECT * FROM Kind WHERE a = @value is.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-21 UTC."],[[["The provided content outlines the JSON representation of a GQL query, detailing its structure and the fields it comprises."],["The `queryString` field is a string that conforms to the specific format described in the GQL reference, available at the provided link."],["The `allowLiterals` field is a boolean that, when false, mandates that the query string must only use bound values instead of literals."],["`namedBindings` allows mapping of names to parameters, where the keys must adhere to specific regex constraints and the parameter must be contained in the query string."],["`positionalBindings` uses 1-based indexing to match numbered binding sites within the query string to numbered parameters."]]],[]]