Anyone tried the new `@id` directive with datamode...
# orm-help
j
Anyone tried the new
@id
directive with datamodel 1.1 ? specifically the strategy: NONE behaviour ? I updated my docker instance to use 1.3 alpha and cli, but the generated graphql api still does not show an id field in the input arguments
h
It might not be implemented yet cc @do4gr
d
@Jidé: can you please create an issue here with minimal reproduction if possible: https://github.com/prisma/prisma/issues/new?template=bug_report.md
j
It works with UUID and ID fields, but not Int, which makes sense.