getInputType() public method

public getInputType ( ) : GraphQL\Type\Definition\InputType
return GraphQL\Type\Definition\InputType
Exemplo n.º 1
0
 /**
  * @return InputType
  */
 function getInputType()
 {
     return $this->_typeInfo->getInputType();
 }