Skip to content

Add facet #22

@lapwat

Description

@lapwat

Hello,

How do you format the data to specify facets (=edge attributes) ? I would like to do something like (A)-distance=1->(B).

txn = client.txn()
data = ?
try:
  assigned = txn.mutate(set_obj=data)
  txn.commit()
finally:
  txn.discard()

Thanks a lot,
lapwat

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions