GraphQLError: Variable "$orderBy" got invalid value { position: "AscNullsFirst" }; Field "position"

Testing upgrade from 0.3.0 to 0.3.1 we get this error.
I have added the field "position" to company/people/opportunities but I am still getting it. I suspect it might be an issue with updating the TypeORM layer but I am not sure if this is the actual issue.

Is there a way to add this Field and continue with the current data?
Was this page helpful?