Source code for ultipa.connection.commonUql

# -*- coding: utf-8 -*-
# @Time    : 2023/7/18 11:59
# @Author  : Ultipa
# @Email   : [email protected]
# @File    : commonUql.py

[docs] class GetProperty(): node: str = 'show().node_property()' edge: str = 'show().edge_property()'
[docs] class GetPropertyBySchema(): node: str = 'show().node_schema()' edge: str = 'show().edge_schema()'