https://github.com/google/cayley
Raw File
Tip revision: 31b552d874bac71854fe7cba02b207c7383d0df8 authored by Iddan Aaronsohn on 16 December 2019, 21:56:24 UTC
Fix Type methods of Visit Steps
Tip revision: 31b552d
ISSUE_TEMPLATE.md
<!--
The GitHub issue tracker is for bug reports and feature requests.
General support can be found at the following locations:

- Cayley Forum - https://discourse.cayley.io
- Slack - cayleygraph.slack.com, invites: https://cayley-slackin.herokuapp.com

Please answer these questions before submitting your issue. Thanks!
-->

**Description**

<!--
Briefly describe the problem you are having in a few paragraphs.
-->

**Steps to reproduce the issue:**
1.
2.
3.

**Received results:**

<!--
Describe results you received.

Any additional information such as logs will help.
Enclose it into following markdown:
-->
```
(program output or server response)
```

**Expected results:**


**Output of `cayley version` or commit hash:**

```
(paste your output here)
```

**Environment details:**

Backend database: `(database and version)`
back to top