Experience Report for Feature Request
trying to have a
id: Int! @id
I got:
Field id: with @id directive must be of type String!, not Int!
What you wanted to do
i have an external identifier that is of type int.
What you actually did
i use type String!
Why that wasn’t great, with examples
Strings use more memory