InputTypeOptions interface interface InputTypeOptions { description?: string isAbstract?: boolean } Properties Property Description description?: string Description of the input type. isAbstract?: boolean If true, type will not be registered in the schema.