vaticle / typedb-docs

TypeDB Documentation
25 stars 72 forks source link

New change request - test #832

Closed izmalk closed 3 months ago

izmalk commented 3 months ago

Description of issue

To fetch a type from a database, use a concept variable that is matched to a type. If you use isa or sub statement, make sure to use it with an exclamation mark to get only the exact type, and no supertypes via type inference.

[describe your issue here]

Affected docs article

https://typedb.com/docs/typeql/queries/fetch

Suggested solution

test

izmalk commented 3 months ago

Fixed in https://github.com/vaticle/typedb-docs/pull/833