댓글 1개

  • 1
    Avatar
    Lee Hollingworth

    Use a lowercase 'e' for email. 

    status = sg.find("HumanUser",[["email","is","some@gmail.com"]])

    print status

    >> [{'type': 'HumanUser', 'id': 97}]

    To get a full list of fields on HumanUser try this:

    sorted(sg.schema_read()["HumanUser"].keys())
     

     

댓글을 남기려면 로그인하세요.