Hi, I just got an unexpected error... ```Message: ...
# announcements
f
Hi, I just got an unexpected error...
Copy code
Message: Cannot query field "isOptional" on type "ConfigTypeField".

Path: 

Locations: [{"line":106,"column":7}]
It happened after upgrading from 0.8.3 to 0.8.5 in a testing environment.
a
is this seen in
dagit
?
double check all your modules in lock step on the same version
f
This is all run from docker-compose, I'll try to rebuild all
I think I also need to delete the DB
That seemed to fix it... there was some sort of version mismatch, probably pip was taking something from cache instead of trying to update...
Thanks!