strawberry.exceptions.ObjectIsNotClassError
Constructor:
Signature:
def __init__(self, obj: object, method_type: MethodType) -> None:  ...Parameters:
-  
obj:- Type
 -  
object 
 -  
method_type:- Type
 -  
MethodType 
 
Methods:
-  
input
Signature:
def input(cls, obj: object) -> ObjectIsNotClassError:...Parameters:
-  
obj:- Type
 -  
object 
 
 -  
 -  
interface
Signature:
def interface(cls, obj: object) -> ObjectIsNotClassError:...Parameters:
-  
obj:- Type
 -  
object 
 
 -  
 -  
type
Signature:
def type(cls, obj: object) -> ObjectIsNotClassError:...Parameters:
-  
obj:- Type
 -  
object 
 
 -  
 
Attributes:
-  
obj: -  
function: -  
message: -  
rich_message: -  
annotation_message: -  
suggestion: -  
exception_source:- Type
 -  
ExceptionSource | None