typeql icon indicating copy to clipboard operation
typeql copied to clipboard

TypeQL: the polymorphic query language of TypeDB

Results 86 typeql issues
Sort by recently updated
recently updated
newest added

# DO NOT MERGE (see comment) ## What is the goal of this PR? We address various String escaping difficulties by which the user could not get a raw string...

status: blocked

## Problem to Solve The Graql plugin being developed in #102 is an independent Gradle-based development environment that works with IntelliJ's SDK. However, we can integrate it into our Bazel...

type: refactor

_This issue was originally posted by @haikalpribadi on 2016-12-01 16:23_. ``` person sub entity, has first-name [1,1], has middle-name [0, *], has address [1,*]; shopping-transaction sub relationship, relates buyer [1,1],...

type: feature
priority: high

## Problem to Solve Would like the graql to infer transitive rules automatically after schema is loaded ## Current Workaround Currently using Rules to make transitive rules for entities. its...

## Problem to Solve Concrete example: Given a list of 1000s of document entities ids retrieved from a search in ES we want to check if a user has access...

type: feature
priority: high

## Problem to Solve Presently all roles in an abstract relation are themselves abstract - they need to be subtyped with `as` before they can be used. This makes subtyping...

type: bug
priority: medium

## Description I noticed this function in `Graql.Conjunction` ``` CartesianList(List axes) { this.axes = axes; axesSizeProduct = new int[axes.size() + 1]; axesSizeProduct[axes.size()] = 1; for (int i = axes.size() -...

type: bug
x: good first issue
priority: low

## Problem to Solve Changing the label of a type using Graql used to be possible using the following confusing syntax: ``` EntityType type = tx.getEntityType("a-new-type"); Label newLabel = Label.of("a-new-new-type");...

type: feature
priority: low

The following table depicts the possible predicates together with their neq and negated versions. Predicates in brackets are currently not supported. --- | Predicate | neq Predicate | NOT Predicate...

## Description Statements can be filled with nonsense that is only caught in `toString()`. ## Environment 1. OS (where Grakn server runs): Mac OS 10 2. Grakn version (and platform):...

type: bug
priority: medium