just curious, is there any good reason to create `...
# orm-help
b
just curious, is there any good reason to create
@id
field if I already have a unique field in the model?
c
There may be other reasons, but one reason is that it is necessary to satisfy the relay specification. https://facebook.github.io/relay/graphql/objectidentification.htm
👍 1