Closed fishi0x01 closed 2 years ago
Our use-case had Optional[list[...]] as an invariant due to our gql schema. However, this should properly be taken from the given schema type.
Optional[list[...]]
Our use-case had
Optional[list[...]]
as an invariant due to our gql schema. However, this should properly be taken from the given schema type.