UNPKG

graft-react

Version:

react admin and helper components for graft-db

7 lines (6 loc) 1.33 kB
"use strict"; exports.property = "\n\tid:_id\n\tname\n\ttype\n\tlist\n\tpos\n\tnullable\n\thint\n\towner {\n\t\tid:_id\n\t}\n\t...on LabelProperty {\n\t\tmaxLength\n\t}\n\t...on ShortTextProperty {\n\t\tmaxLength\n\t}\n\t...on RichTextProperty {\n\t\tmaxLength\n\t}\n\t...on EdgeProperty {\n\t\tedge\n\t\tedgeTypes\n\t}\n\t...on EnumProperty {\n\t\tenumOpts {\n\t\t\tname\n\t\t\tvalue\n\t\t}\n\t}\n"; exports.value = "\n\tid:_id\n\tpos\n\tkey\n\tproperty {\n\t\tid:_id\n\t\tname\n\t\ttype\n\t\tlist\n\t}\n\t...on StringValue {\n\t\tstringValue:value\n\t}\n\t...on IntValue {\n\t\tintValue:value\n\t}\n\t...on FloatValue {\n\t\tfloatValue:value\n\t}\n\t...on BooleanValue {\n\t\tboolValue:value\n\t}\n\t...on ObjectValue {\n\t\tobjectValue:value {\n\t\t\tid:_id\n\t\t}\n\t}\n\t...on JSONValue {\n\t\tjsonValue:value\n\t}\n\t...on ImageValue {\n\t\timageValue:value {\n\t\t\turl\n\t\t}\n\t}\n\t...on EnumValue {\n\t\tenumValue:value {\n\t\t\tname\n\t\t\tvalue\n\t\t}\n\t}\n\t...on LocationValue {\n\t\tlocValue:value {\n\t\t\tlng\n\t\t\tlat\n\t\t}\n\t}\n"; exports.type = "\n\tid:_id\n\tname\n\tsingleton\n\tproperties {\n\t\t" + exports.property + "\n\t}\n"; exports.object = "\n\tid:_id\n\ttype {\n\t\t" + exports.type + "\n\t}\n\tvalues {\n\t\t" + exports.value + "\n\t}\n\t_star\n"; exports.typeName = "\n\tid:_id\n\tname\n";