Ok, last Datamodel 1.1 question: The docs say `@id...
# orm-help
n
Ok, last Datamodel 1.1 question: The docs say
@id
can be used on
ID
,
UUID
, and
Int
, but I get this error when I try that:
The field
fooID
is marked as id must have one of the following types:
ID!
,
Int!
.
Will
fooID: ID! @id(strategy: NONE)
allow me to set UUIDv4 IDs on this?