You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Laran Evans edited this page Mar 27, 2016
·
2 revisions
GQL is a String syntax, a JSON object model and a javascript API that work
together to enable portable and robust search using knex.
Because queries can be defined as strings, queries can be sent over HTTP
(for a RESTful search API, for instance) or invoked from Javascript using GQL API.
The GQL Javascript API parses a strings query into a JSON object which can be
sanitized and/or checked before executing an actual SQL query.