Skip to content
Snippets Groups Projects
Select Git revision
  • 8895381d0fd6b76180f2a7b8a123cf12a0e71fad
  • main default protected
  • develop
  • feature/cypher-query-chaining
4 results

.gitignore

Blame
  • test2.json 1.45 KiB
    {
        "return": {
          "entities": [
            0,
            1,
            2
          ],
          "relations": [
            0,
            1
          ],
          "groupBys": []
        },
        "entities": [
          {
            "name": "Person",
            "ID": 0,
            "constraints": [
              {
                "attribute": "id",
                "value": "sierra",
                "dataType": "string",
                "matchType": "constains"
              }
            ]
          },
          {
            "name": "Band",
            "ID": 1,
            "constraints": []
          },
          {
            "name": "Person",
            "ID": 2,
            "constraints": [
              {
                "attribute": "id",
                "value": "e",
                "dataType": "string",
                "matchType": "constains"
              }
            ]
          }
        ],
        "relations": [
          {
            "ID": 0,
            "name": "memberOf",
            "depth": {
              "min": 1,
              "max": 1
            },
            "fromType": "entity",
            "fromID": 0,
            "toType": "entity",
            "toID": 1,
            "constraints": []
          },
          {
            "ID": 1,
            "name": "memberOf",
            "depth": {
              "min": 1,
              "max": 1
            },
            "fromType": "entity",
            "fromID": 2,
            "toType": "entity",
            "toID": 1,
            "constraints": []
          }
        ],
        "groupBys": [],
        "machineLearning": [],
        "limit": 5000,
        "prefix": "http://api.stardog.com/"
      }