Property | Type | Description |
---|
Method | Description | |
---|---|---|
AddType ( ITypeHandler>.Func |
||
Complete ( ) : void | ||
TranslateValue ( Value graphQLValue, |
Get a CLR object of type desiredCLRType from the value graphQLValue.
|
|
VariableTypeOf ( |
Return the schema variable type used to represent values of type clrType.
|
public AddType ( ITypeHandler>.Func |
||
customHandler | ITypeHandler>.Func | |
return | void |
public TranslateValue ( Value graphQLValue, |
||
graphQLValue | Value | |
desiredCLRType | ||
return | object |
public VariableTypeOf ( |
||
clrType | ||
return | VariableType |