Language Reference
==================

Reference pages for the GFQL query language: the quick reference and Cypher
syntax guide, then filtering, projection, predicates, built-in calls,
policies, validation modes, and wire formats.

For a guided introduction, see :doc:`../about`. For the formal language
specification, wire protocol, and embedding contracts, see
:doc:`../spec/index`.

.. toctree::
   :maxdepth: 1

   ../quick
   ../cypher
   ../where
   ../return
   ../predicates/quick
   ../datetime_filtering
   ../builtin_calls
   ../combo
   ../translate
   ../policy
   ../strict_mode
   ../schema
   ../wire_protocol_examples
   ../loading_graph_data
