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 components."],["The `queryString` field contains the actual GQL query string, adhering to specific formatting rules."],["`allowLiterals` determines whether the query string can include literal values or if all values must be bound."],["`namedBindings` maps named parameters within the query string to their corresponding values, using a key-value format."],["`positionalBindings` handles numbered parameters in the query string, using a 1-based indexing system for referencing."]]],[]]