Give more details on differences between internalId
and default id
primary keys
#24
Labels
enhancement
New feature or request
internalId
and default id
primary keys
#24
Currently, at least the "for developers" documentation only explain that if "internalId" is not specified a default primary key, named "id" is going to be generated. But there are more differences, e.g. in the GraphQL schema and mutations. In the create case the input type does not expect a value for default
id
primary keys, while a unique value is expected in theinternalId
case. Also, do default IDs work for all storages?Please introduce a new, concise, but exhaustive "IDENTIFIER" section in which these issues are explained.
The text was updated successfully, but these errors were encountered: