Results 3 issues of Ray Sy

When resolving a query with duplicated nested fields with different selection sets, only the first selection set is available to the resolver info AST. Given the following query: ```gql query...

🐛 bug

## Describe the Bug When defining an interface with that contains any related field, an error is thrown where the type is identified to be a `DjangoModelType` but is (correctly)...

bug

## Describe the Bug Attempting to import the root schema into a conftest using a relative path will cause a cryptic `strawberry.exceptions.duplicated_type_name.DuplicatedTypeName` error. Using a absolute path fixes the problem....

bug