Determines if this visitor can handle the given node type
@override bool canHandle(Node node) { return node is InputObjectTypeDefinitionNode || node is DocumentNode; }