Skip to content

Add tests for calling StrawberryResolver directly #1067

Open
@BryceBeagle

Description

@BryceBeagle

Logic is very simple

def __call__(self, *args, **kwargs) -> T:
return self.wrapped_func(*args, **kwargs)

but it's not fully tested

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions