Skip to content
New issue

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

Give more details on differences between internalId and default id primary keys #24

Open
asishallab opened this issue Sep 14, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@asishallab
Copy link
Member

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 the internalId case. Also, do default IDs work for all storages?

Please introduce a new, concise, but exhaustive "IDENTIFIER" section in which these issues are explained.

@asishallab asishallab added the enhancement New feature or request label Sep 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants