Skip to content
Laran Evans edited this page Mar 27, 2016 · 1 revision

A property corresponds to a column in the database table.

GQL JSON SQL
<property>: {<property>: ...} <property> ...

Examples

GQL JSON SQL
title:Introduction {title: 'Introduction'} title = 'Introduction'

Clone this wiki locally