We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retrieves the type which this Relation belongs to.
https://typedb.com/docs/drivers/c/api-reference#_attribute_get_value is for the value, not the type. Also, it's for attributes.
https://typedb.com/docs/drivers/c/api-reference#_methods__concept__attribute
Retrieves the value of this Attribute.
The text was updated successfully, but these errors were encountered:
izmalk
No branches or pull requests
Description of issue
https://typedb.com/docs/drivers/c/api-reference#_attribute_get_value is for the value, not the type.
Also, it's for attributes.
Affected docs article
https://typedb.com/docs/drivers/c/api-reference#_methods__concept__attribute
Suggested solution
Retrieves the value of this Attribute.
The text was updated successfully, but these errors were encountered: