Adrian
01/11/2022, 9:47 AMaThing
, bThing
). But the data comes async over a eventbus. So it can happen, that aThing
trys to reference an ID from bThing
, that is currently not there. How can I describe this in the schema, so that I dont get an `Foreign key constraint failed on the field`error?