Relay wrong annotation error
Description
This error is thrown when a field on a relay connection has a wrong type
annotation. For example, the following code will throw this error:
How to fix this error
You can fix this error by properly annotating your attribute or resolver with
relay.Connection
type subclass.
For example: