Possible Null Relations in v1.0
I'm in the process of migrating to the beta, but I've run into an issue where the relations I include in my query are optional in the inferred type of the output. For example suppose I have these relations defined:
and I call:
I would expect the type of output to be:
but instead it's inferred as
Is this an intentional change to the API?
and I call:
I would expect the type of output to be:
but instead it's inferred as
Is this an intentional change to the API?